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