mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
10 lines
255 B
SQL
10 lines
255 B
SQL
INSERT INTO `items` (name, label) VALUES
|
|
('weed', 'Grass'),
|
|
('weed_pooch', 'Portion Grass'),
|
|
('coke', 'Koks'),
|
|
('coke_pooch', 'Portion Koks'),
|
|
('meth', 'Meth'),
|
|
('meth_pooch', 'Portion Meth'),
|
|
('opium', 'Opium'),
|
|
('opium_pooch', 'Portion Opium')
|
|
; |