packages feed

dbmigrations-0.8.2: test/example_store/update1

Description: Add another meaningless column to test.
Created: 2009-04-15 10:04:31 UTC
Depends: root
Apply:

  ALTER TABLE test ADD b int;

Revert:

  ALTER TABLE test DROP COLUMN b;