Parcourir la source

Fixed premium storage name in SQL script (#5301)

Chaos92 il y a 4 ans
Parent
commit
72a36c6948
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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',