miniBB ®

miniBB

®
Support Forums
  
 · Start · Sign in · Register · Search · Statistics · File Bank · Manual ·
News miniBB Support Forums / News /  
 

miniBB 2.0 RC1g released

 
 
Page  Page 2 of 2 :  « Previous  1  2

Author Team
8-)
#16 · Posted: 26 Jan 2005 15:09
Yes (you don't see? ;).

Author zorglub
Partaker
#17 · Posted: 26 Jan 2005 15:22
I mean in the new downloadable version ??
you have to add a field in the database ??!!

Author Team
8-)
#18 · Posted: 26 Jan 2005 15:28
What do you mean exactly? This field exists in SQL installation file.

CREATE TABLE minibbtable_topics (
topic_id int(10) NOT NULL auto_increment,
...
topic_views int(10) default '0' not null,
...

As for updating from previous version, read !UPDATE file.

Downloadable version is ALWAYS THE SAME as we have here!

Author zorglub
Partaker
#19 · Posted: 26 Jan 2005 16:30
hu ?!

nope I have :

CREATE TABLE `zorg_minibb_topics` (
`topic_id` int(10) NOT NULL auto_increment,
`topic_title` varchar(100) NOT NULL default '',
`topic_poster` int(10) NOT NULL default '0',
`topic_poster_name` varchar(40) NOT NULL default 'Anonymous',
`topic_time` datetime NOT NULL default '0000-00-00 00:00:00',
`forum_id` int(10) NOT NULL default '1',
`topic_status` tinyint(1) NOT NULL default '0',
`topic_last_post_id` int(10) NOT NULL default '1',
`posts_count` int(10) NOT NULL default '0',
`sticky` int(1) NOT NULL default '0',
PRIMARY KEY (`topic_id`),
KEY `topic_id` (`topic_id`),
KEY `forum_id` (`forum_id`),
KEY `sticky` (`sticky`),
KEY `topic_last_post_id` (`topic_last_post_id`)
) TYPE=MyISAM AUTO_INCREMENT=219 ;

after an update from 1.7 (I think) to 2.0 (the very first one)...

Author zorglub
Partaker
#20 · Posted: 26 Jan 2005 16:38
if I check :
!UPDATE_DB.sql

alter table minibb_topics drop topic_views;
alter table minibb_topics add column posts_count int(10) not null default 0;
alter table minibb_topics add column sticky int(1) not null default 0;
alter table minibb_topics add key (sticky);
alter table minibb_topics add key (topic_last_post_id);

Author Team
8-)
#21 · Posted: 26 Jan 2005 16:38
How do you compare to the first one. "G" is the 7th release already. Of course, first one has not :))))

Author zorglub
Partaker
#22 · Posted: 26 Jan 2005 16:41
All right !!
Checked the new one ;)

alter table minibb_topics add column posts_count int(10) not null default 0;
alter table minibb_topics add column sticky int(1) not null default 0;
alter table minibb_topics add key (sticky);
alter table minibb_topics add key (topic_last_post_id);


how can I go back ?!

Author Team
8-)
#23 · Posted: 26 Jan 2005 16:49
Not back, but further. What version do you have now?

Author zorglub
Partaker
#24 · Posted: 26 Jan 2005 17:01
miniBB 2.0 RC1a


...

Author Team
8-)
#25 · Posted: 26 Jan 2005 17:19
6 steps further... Download new version and see upgrade instructions inside !UPDATE.txt

Author zorglub
Partaker
#26 · Posted: 26 Jan 2005 18:01
checked ! thanks =)

Page  Page 2 of 2 :  « Previous  1  2 
News miniBB Support Forums / News /
 miniBB 2.0 RC1g released
 Share Topic's Link

Your Reply Click this icon to move up to the quoted message


  ?
Post as a Guest, leaving the Password field blank. You could also enter a Guest name, if it's not taken by a member yet. Sign-in and post at once, or just sign-in, bypassing the message's text.


Before posting, make sure your message is compliant with forum rules; otherwise it could be locked or removed with no explanation.

 

 
 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Did you know that you may be allowed to hide miniBB credits and remove miniBB's copyright notice?