Skip to content

Commit

Permalink
Update illegalWarehouses_fr.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoursonJ committed Mar 15, 2021
1 parent 0aed74d commit ada1895
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions illegalWarehouses_fr.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ CREATE TABLE IF NOT EXISTS illegal_warehouses
ownerDisplayName VARCHAR(200) NOT NULL
);

INSERT INTO illegal_warehouses (warehouse, label)
VALUES
('Storage1', 'Entrepôt 1'),
('Storage2', 'Entrepôt 2'),
('Storage3', 'Entrepôt 3'),
('Storage4', 'Entrepôt 4'),
('Storage5', 'Entrepôt 5'),
('Storage6', 'Entrepôt 6');
INSERT INTO illegal_warehouses
VALUES
('Storage1', 'Entrepôt 1', ' ', ' '),
('Storage2', 'Entrepôt 2', ' ', ' '),
('Storage3', 'Entrepôt 3', ' ', ' '),
('Storage4', 'Entrepôt 4', ' ', ' '),
('Storage5', 'Entrepôt 5', ' ', ' '),
('Storage6', 'Entrepôt 6', ' ', ' ');

INSERT INTO addon_inventory (name, label, shared)
VALUES
Expand All @@ -31,4 +31,4 @@ INSERT INTO addon_inventory (name, label, shared)
('storage3', 'Entrepôt 3', 1),
('storage4', 'Entrepôt 4', 1),
('storage5', 'Entrepôt 5', 1),
('storage6', 'Entrepôt 6', 1);
('storage6', 'Entrepôt 6', 1);

0 comments on commit ada1895

Please sign in to comment.