Skip to content

Commit

Permalink
chore: removed white strings inside some sql
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Nov 11, 2023
1 parent baf82e9 commit 087e3fb
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
12. [ox_inventory]: chore: remove store dmvshool @bitpredator
13. [BasicItem]: chore: code cleanup and fixes @bitpredator
14. [BOBHunt]: refactor: code cleaning, various corrections to the code as well as license updates @bitpredator
15. [BOBHunt]: refactor: supports all translations natively @bitpredator
15. [BOBHunt]: refactor: supports all translations natively @bitpredator
16. [SQL]: chore: removed white strings inside some sql @bitpredator
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)
;
Expand Down
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)
;
Expand Down
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)
;
Expand Down
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)
;
Expand Down
2 changes: 0 additions & 2 deletions server-data/resources/[esx]/esx_society/esx_society.sql
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,
Expand Down
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,
Expand Down
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,
Expand Down
2 changes: 0 additions & 2 deletions server-data/resources/[esx_addons]/esx_boat/esx_boat.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


INSERT INTO `licenses` (`type`, `label`) VALUES
('boat', 'Boat License')
;
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,
Expand Down
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)
;
Expand Down
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)
;
Expand Down

0 comments on commit 087e3fb

Please sign in to comment.