dbmigrations-2.0.0: test/migration_parsing/valid_no_timestamp.txt
Description: A valid full migration.
Depends: another_migration
Apply:
CREATE TABLE test (
a int
);
Revert: DROP TABLE test;
Description: A valid full migration.
Depends: another_migration
Apply:
CREATE TABLE test (
a int
);
Revert: DROP TABLE test;