packages feed

dbmigrations-0.8.2: test/migration_parsing/invalid_timestamp.txt

Description: The first migration in the store.
Created: 209-41-15 :02:06 UTC
Depends: valid
Apply:

  CREATE TABLE test (a int);

Revert:

  DROP TABLE test;