7691-testToMaster #2703

Merged
alexm merged 268 commits from 7691-testToMaster into master 2024-07-09 05:38:28 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 116ec6bba9 - Show all commits

View File

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