From cc1329470efb7248340119f979e355e03574e73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Mon, 7 Aug 2017 12:19:53 +0200 Subject: [PATCH] Update esx_society.sql --- esx_society.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/esx_society.sql b/esx_society.sql index cb097561..6f2594d9 100644 --- a/esx_society.sql +++ b/esx_society.sql @@ -1,3 +1,5 @@ +USE `essentialmode`; + CREATE TABLE `society_moneywash` ( `id` int(11) NOT NULL AUTO_INCREMENT, @@ -6,4 +8,4 @@ CREATE TABLE `society_moneywash` ( `amount` int(11) NOT NULL, PRIMARY KEY (`id`) -); \ No newline at end of file +);