-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: removed white strings inside some sql
- Loading branch information
1 parent
baf82e9
commit 087e3fb
Showing
12 changed files
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
server-data/resources/[bpt_addons]/bpt_ballasjob/bpt_ballasjob.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
INSERT INTO `addon_account` (name, label, shared) VALUES | ||
('society_ballas', 'Ballas', 1) | ||
; | ||
|
2 changes: 0 additions & 2 deletions
2
server-data/resources/[bpt_addons]/bpt_dustman/bpt_dustmanjob.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
INSERT INTO `addon_account` (name, label, shared) VALUES | ||
('society_dustman', 'Dustman', 1) | ||
; | ||
|
2 changes: 0 additions & 2 deletions
2
server-data/resources/[bpt_addons]/bpt_importjob/bpt_importjob.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
INSERT INTO `addon_account` (name, label, shared) VALUES | ||
('society_import', 'Import', 1) | ||
; | ||
|
2 changes: 0 additions & 2 deletions
2
server-data/resources/[bpt_addons]/bpt_unicornjob/bpt_unicornjob.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
INSERT INTO `addon_account` (name, label, shared) VALUES | ||
('society_unicorn', 'Unicorn', 1) | ||
; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
CREATE TABLE `society_moneywash` ( | ||
`id` int NOT NULL AUTO_INCREMENT, | ||
`identifier` varchar(60) NOT NULL, | ||
|
2 changes: 0 additions & 2 deletions
2
server-data/resources/[esx_addons]/esx_addonaccount/esx_addonaccount.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
CREATE TABLE `addon_account` ( | ||
`name` VARCHAR(60) NOT NULL, | ||
`label` VARCHAR(100) NOT NULL, | ||
|
2 changes: 0 additions & 2 deletions
2
server-data/resources/[esx_addons]/esx_addoninventory/esx_addoninventory.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
CREATE TABLE `addon_inventory` ( | ||
`name` VARCHAR(60) NOT NULL, | ||
`label` VARCHAR(100) NOT NULL, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
INSERT INTO `licenses` (`type`, `label`) VALUES | ||
('boat', 'Boat License') | ||
; |
2 changes: 0 additions & 2 deletions
2
server-data/resources/[esx_addons]/esx_datastore/esx_datastore.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
CREATE TABLE `datastore` ( | ||
`name` VARCHAR(60) NOT NULL, | ||
`label` VARCHAR(100) NOT NULL, | ||
|
2 changes: 0 additions & 2 deletions
2
server-data/resources/[esx_addons]/esx_taxijob/esx_taxijob.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
INSERT INTO `addon_account` (name, label, shared) VALUES | ||
('society_taxi', 'Taxi', 1) | ||
; | ||
|
2 changes: 0 additions & 2 deletions
2
server-data/resources/[esx_addons]/esx_vehicleshop/esx_vehicleshop.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
|
||
|
||
INSERT INTO `addon_account` (name, label, shared) VALUES | ||
('society_cardealer','Concessionnaire',1) | ||
; | ||
|