diff options
Diffstat (limited to 'sql-files/upgrade_svn14797.sql')
-rw-r--r-- | sql-files/upgrade_svn14797.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/upgrade_svn14797.sql b/sql-files/upgrade_svn14797.sql new file mode 100644 index 000000000..acf6fb33d --- /dev/null +++ b/sql-files/upgrade_svn14797.sql @@ -0,0 +1 @@ +ALTER TABLE `char` ADD `robe` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0' AFTER `head_bottom`; |