diff options
Diffstat (limited to 'sql-files/upgrade_svn11388.sql')
-rw-r--r-- | sql-files/upgrade_svn11388.sql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql-files/upgrade_svn11388.sql b/sql-files/upgrade_svn11388.sql deleted file mode 100644 index d15c01006..000000000 --- a/sql-files/upgrade_svn11388.sql +++ /dev/null @@ -1,4 +0,0 @@ -ALTER TABLE `atcommandlog` CHANGE `command` `command` VARCHAR( 255 ) NOT NULL; -ALTER TABLE `atcommandlog` CHANGE `char_name` `char_name` VARCHAR( 25 ) NOT NULL; -ALTER TABLE `branchlog` CHANGE `char_name` `char_name` VARCHAR( 25 ) NOT NULL; -ALTER TABLE `npclog` CHANGE `char_name` `char_name` VARCHAR( 25 ) NOT NULL; |