dbmigrations-0.8.2: test/migration_parsing/valid_no_desc.txt
Created: 2009-04-15 10:02:06 UTC
Depends: another_migration
Apply:
CREATE TABLE test (
a int
);
Revert: DROP TABLE test;
Created: 2009-04-15 10:02:06 UTC
Depends: another_migration
Apply:
CREATE TABLE test (
a int
);
Revert: DROP TABLE test;