You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5 lines
242 B

#pkdille 2009-10-05
ALTER TABLE `tiki_feature` CHANGE `keyword` `keyword` VARCHAR( 30 ) DEFAULT NULL;
ALTER TABLE `tiki_user_votings` CHANGE `time` `time` INT( 14 ) NOT NULL DEFAULT '0';
ALTER TABLE `tiki_sefurl_regex_out` DROP KEY `left`;