This commit is contained in:
mobius
2015-01-01 20:02:50 +00:00
parent eeae660458
commit a6a3718849
17894 changed files with 2818932 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `posts` MODIFY `post_date` bigint(13) unsigned NOT NULL DEFAULT '0';

View 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;

View 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;

View 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