mysqlite/testMigrations/3_multicomment.sql
Sebastiaan de Schaetzen 0a177e0b46
All checks were successful
Build / build (push) Successful in 1m7s
Allow multi-statement migration scripts
2025-03-12 08:24:27 +01:00

4 lines
90 B
SQL

create table multiTable(value text);
insert into multiTable(value) values ('testValue');