diff options
Diffstat (limited to 'sql-files')
-rw-r--r-- | sql-files/upgrades/upgrade_svn16823.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql-files/upgrades/upgrade_svn16823.sql b/sql-files/upgrades/upgrade_svn16823.sql index 5085075a5..0d696e316 100644 --- a/sql-files/upgrades/upgrade_svn16823.sql +++ b/sql-files/upgrades/upgrade_svn16823.sql @@ -1 +1,2 @@ -ALTER TABLE `item_db_re` MODIFY `defence` SMALLINT(5) DEFAULT NULL;
\ No newline at end of file +ALTER TABLE `item_db_re` MODIFY `defence` SMALLINT(5) DEFAULT NULL;
+ALTER TABLE `item_db` MODIFY `defence` SMALLINT(5) DEFAULT NULL;
\ No newline at end of file |