summaryrefslogtreecommitdiff
path: root/sql-files/upgrade_svn11388.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/upgrade_svn11388.sql')
-rw-r--r--sql-files/upgrade_svn11388.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql-files/upgrade_svn11388.sql b/sql-files/upgrade_svn11388.sql
new file mode 100644
index 000000000..5393ca861
--- /dev/null
+++ b/sql-files/upgrade_svn11388.sql
@@ -0,0 +1,5 @@
+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;
+ \ No newline at end of file