This commit is contained in:
1
trunk/dist/sql/community/updates/20110316update.sql
vendored
Normal file
1
trunk/dist/sql/community/updates/20110316update.sql
vendored
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `posts` MODIFY `post_date` bigint(13) unsigned NOT NULL DEFAULT '0';
|
6
trunk/dist/sql/community/updates/20110729update.sql
vendored
Normal file
6
trunk/dist/sql/community/updates/20110729update.sql
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE `clan_introductions` ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
ALTER TABLE `comments` ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
ALTER TABLE `forums` ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
ALTER TABLE `registered_gameservers` ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
ALTER TABLE `posts` ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
ALTER TABLE `topics` ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
6
trunk/dist/sql/community/updates/cs_optimize.sql
vendored
Normal file
6
trunk/dist/sql/community/updates/cs_optimize.sql
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
OPTIMIZE TABLE clan_introductions;
|
||||
OPTIMIZE TABLE comments;
|
||||
OPTIMIZE TABLE forums;
|
||||
OPTIMIZE TABLE registered_gameservers;
|
||||
OPTIMIZE TABLE posts;
|
||||
OPTIMIZE TABLE topics;
|
6
trunk/dist/sql/community/updates/documentation.txt
vendored
Normal file
6
trunk/dist/sql/community/updates/documentation.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
Any SQL Update should be named like this:
|
||||
|
||||
YYYYMMDDupdate.sql
|
||||
|
||||
For example, at day 5 and January 1 from 2008, then file should be named:
|
||||
20080105update.sql
|
Reference in New Issue
Block a user