Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix sql
Browse files Browse the repository at this point in the history
  • Loading branch information
lfuelling committed May 2, 2020
1 parent a4a607f commit bc55225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions esx_redpill.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ VALUES ('hacker', 0, 'noob', 'N00b', 20, '{}', '{}'),
('hacker', 3, 'boss', 'The Oracle', 80, '{}', '{}')
;

INSERT INTO `items` (name, label, `limit`)
VALUES ('usbdrive', 'USB Drive', 20),
('sdcard', 'SD Card', 5)
INSERT INTO `items` (name, label)
VALUES ('usbdrive', 'USB Drive'),
('sdcard', 'SD Card')
;

-- comment this out if you don't use shops
Expand Down

0 comments on commit bc55225

Please sign in to comment.