7631_testToMaster_2426 #2634

Merged
alexm merged 147 commits from 7631_testToMaster_2426 into master 2024-06-25 06:36:59 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5ef0dffa3e - Show all commits

View File

@ -1,10 +1,10 @@
-- Place your SQL code here
CREATE TABLE IF NOT EXISTS travelKgPercentage (
CREATE TABLE IF NOT EXISTS vn.travelKgPercentage (
value INT(3) PRIMARY KEY,
className VARCHAR(50)
);
INSERT IGNORE INTO travelKgPercentage (value, className)
INSERT IGNORE INTO vn.travelKgPercentage (value, className)
VALUES
(80, 'primary'),
(100, 'alert');