浏览代码

Fixed premium storage name in SQL script (#5301)

Chaos92 4 年之前
父节点
当前提交
72a36c6948
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      sql-files/upgrades/premium_storage.sql

+ 2 - 2
sql-files/upgrades/premium_storage.sql

@@ -1,8 +1,8 @@
 --
--- Table structure for table `storage_1`
+-- Table structure for table `vip_storage`
 --
 
-CREATE TABLE IF NOT EXISTS `storage_1` (
+CREATE TABLE IF NOT EXISTS `vip_storage` (
   `id` int(11) unsigned NOT NULL auto_increment,
   `account_id` int(11) unsigned NOT NULL default '0',
   `nameid` int(10) unsigned NOT NULL default '0',