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 +);