mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-03 03:38:50 +00:00
4a82b84a26
* Spanish translation implemented * Create es_esx_boat.sql Co-authored-by: Yulian Ivanov <67766145+BrakingESX247@users.noreply.github.com>
6 lines
105 B
SQL
6 lines
105 B
SQL
USE `es_extended`;
|
|
|
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('boat', 'Licencia de Barcos')
|
|
;
|