From 95f3bba0e9ffd153ad52305dae4c5975975d6c41 Mon Sep 17 00:00:00 2001 From: Mycroft Date: Mon, 11 Apr 2022 23:14:42 +0100 Subject: [PATCH] Revert "Merge pull request #206 from KarmaUnderground/main" This reverts commit 9bce364e352fa45751cbf30970142e2ec05e1a64, reversing changes made to 223c8d540d324504a2b6c914fceb35d55ff23f1b. --- [esx_addons]/esx_shops/esx_shops.sql | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 [esx_addons]/esx_shops/esx_shops.sql diff --git a/[esx_addons]/esx_shops/esx_shops.sql b/[esx_addons]/esx_shops/esx_shops.sql deleted file mode 100644 index 891ef747..00000000 --- a/[esx_addons]/esx_shops/esx_shops.sql +++ /dev/null @@ -1,10 +0,0 @@ -USE `es_extended`; - -CREATE TABLE `shops` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `store` varchar(100) NOT NULL, - `item` varchar(100) NOT NULL, - `price` int(11) NOT NULL, - - PRIMARY KEY (`id`) -); \ No newline at end of file