Explorar o código

Fixed premium storage name in SQL script (#5301)

Chaos92 %!s(int64=4) %!d(string=hai) anos
pai
achega
72a36c6948
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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',