1 2 3 4 5 6 7 8
-- These are changes needed to the schema to support moving over to DBIx::Class begin; AlTER TABLE users ADD COLUMN title text; commit;