From d014b51985fcbd72ceac014b114a53b1aee1664f Mon Sep 17 00:00:00 2001 From: Panda <90091858+PandaSLO@users.noreply.github.com> Date: Mon, 6 Jun 2022 16:51:12 +0200 Subject: [PATCH 1/2] feat(sql): SQL Issue changed because why are ther chars it should be null. --- [SQL]/legacy.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/[SQL]/legacy.sql b/[SQL]/legacy.sql index 6105b6f4..d138e532 100644 --- a/[SQL]/legacy.sql +++ b/[SQL]/legacy.sql @@ -10,7 +10,7 @@ CREATE TABLE `addon_account` ( INSERT INTO `addon_account` (`name`, `label`, `shared`) VALUES ('caution', 'caution', 0), -('property_black_money', 'Argent Sale Propriété', 0), +('property_black_money', 'Realestate', 0), ('society_ambulance', 'EMS', 1), ('society_cardealer', 'Cardealer', 1), ('society_mechanic', 'Mechanic', 1), @@ -40,9 +40,9 @@ INSERT INTO `addon_account_data` (`id`, `account_name`, `money`, `owner`) VALUES (3, 'society_ambulance', 0, NULL), (4, 'society_mechanic', 0, NULL), (5, 'society_taxi', 0, NULL), -(6, 'caution', 0, 'dd5a2e91e9aa1b6c4fc1f66e44f949954c733450'), -(7, 'caution', 0, 'char1:5e396ab5a00ebd7885ae4df5771b1e79535be6f6'), -(8, 'property_black_money', 0, 'char1:5e396ab5a00ebd7885ae4df5771b1e79535be6f6'); +(6, 'caution', 0, NULL), +(7, 'caution', 0, NULL), +(8, 'property_black_money', 0, NULL); -- -------------------------------------------------------- @@ -175,7 +175,7 @@ INSERT INTO `datastore_data` (`id`, `name`, `owner`, `data`) VALUES (2, 'society_ambulance', NULL, '{}'), (3, 'society_mechanic', NULL, '{}'), (4, 'society_taxi', NULL, '{}'), -(5, 'property', 'char1:5e396ab5a00ebd7885ae4df5771b1e79535be6f6', '{}'); +(5, 'property', NULL, '{}'); -- -------------------------------------------------------- From 1ae04fe0a03c776c0688f72a4c186865f4ee3fc0 Mon Sep 17 00:00:00 2001 From: Mycroft Date: Mon, 6 Jun 2022 15:53:16 +0100 Subject: [PATCH 2/2] Update legacy.sql --- [SQL]/legacy.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/[SQL]/legacy.sql b/[SQL]/legacy.sql index d138e532..110c5e00 100644 --- a/[SQL]/legacy.sql +++ b/[SQL]/legacy.sql @@ -40,10 +40,6 @@ INSERT INTO `addon_account_data` (`id`, `account_name`, `money`, `owner`) VALUES (3, 'society_ambulance', 0, NULL), (4, 'society_mechanic', 0, NULL), (5, 'society_taxi', 0, NULL), -(6, 'caution', 0, NULL), -(7, 'caution', 0, NULL), -(8, 'property_black_money', 0, NULL); - -- -------------------------------------------------------- --