mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 12:01:45 +00:00
5 lines
95 B
SQL
5 lines
95 B
SQL
USE `es_extended`;
|
|
|
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('boat', 'Boat License')
|
|
; |