mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
9 lines
193 B
SQL
9 lines
193 B
SQL
USE `es_extended`;
|
|
|
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('dmv', 'Teoriakoe'),
|
|
('drive', 'Autokortti'),
|
|
('drive_bike', 'Moottoripyöräkortti'),
|
|
('drive_truck', 'Rekkakortti')
|
|
;
|