diff --git a/qbox.sql b/qbox.sql index 0dc9fea..d1cd5d0 100644 --- a/qbox.sql +++ b/qbox.sql @@ -274,19 +274,6 @@ CREATE TABLE IF NOT EXISTS `bank_accounts_new` ( PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -INSERT INTO `bank_accounts_new` (`id`, `amount`, `transactions`, `auth`, `isFrozen`, `creator`) VALUES - ('ambulance', 0, '[]', '[]', 0, NULL), - ('cardealer', 0, '[]', '[]', 0, NULL), - ('mechanic', 0, '[]', '[]', 0, NULL), - ('police', 0, '[]', '[]', 0, NULL), - ('realestate', 0, '[]', '[]', 0, NULL), - ('lostmc', 0, '[]', '[]', 0, NULL), - ('ballas', 0, '[]', '[]', 0, NULL), - ('vagos', 0, '[]', '[]', 0, NULL), - ('cartel', 0, '[]', '[]', 0, NULL), - ('families', 0, '[]', '[]', 0, NULL), - ('triads', 0, '[]', '[]', 0, NULL); - CREATE TABLE IF NOT EXISTS `player_transactions` ( `id` varchar(50) NOT NULL, `isFrozen` int(11) DEFAULT 0,