summaryrefslogtreecommitdiff
path: root/sql-files/main.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/main.sql')
-rw-r--r--sql-files/main.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql
index 7b99aa0ee..e2280d225 100644
--- a/sql-files/main.sql
+++ b/sql-files/main.sql
@@ -997,6 +997,7 @@ INSERT IGNORE INTO `sql_updates` (`timestamp`) VALUES (1596240000); -- 2020-08-0
CREATE TABLE IF NOT EXISTS `storage` (
`id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
`account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0',
+ `storage_id` INT UNSIGNED NOT NULL DEFAULT '1',
`nameid` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`amount` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`equip` INT(11) UNSIGNED NOT NULL DEFAULT '0',