mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Fix caution => Not shared
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
INSERT INTO `addon_account` (name, label, shared) VALUES
|
||||
('caution','Caution',1)
|
||||
('caution', 'Caution', 0)
|
||||
;
|
||||
|
||||
INSERT INTO `jobs` (name, label) VALUES
|
||||
|
||||
Reference in New Issue
Block a user