mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-03 11:48:53 +00:00
11 lines
278 B
SQL
11 lines
278 B
SQL
INSERT INTO `items` (name, label) VALUES
|
|
('weed', 'Cannabis'),
|
|
('weed_pooch', 'Väska med cannabis'),
|
|
('coke', 'Kokain'),
|
|
('coke_pooch', 'Väska med kokain'),
|
|
('meth', 'Meth'),
|
|
('meth_pooch', 'Väska med meth'),
|
|
('opium', 'Opium'),
|
|
('opium_pooch', 'Väska med opium')
|
|
;
|