Missing brackets

This commit is contained in:
Itai Shirav 2017-10-30 15:51:10 +02:00
parent 7712b3fee0
commit c6905cbc98

View File

@ -6,3 +6,4 @@ operations = [
"INSERT INTO `mig` (date, f1, f3, f4) VALUES ('2016-01-02', 2, 2, 'test2') ",
"INSERT INTO `mig` (date, f1, f3, f4) VALUES ('2016-01-03', 3, 3, 'test3') ",
])
]