Jef Armstrong

Results 1 issues of Jef Armstrong

I have six migration files that build up the final database structure. The last one runs some SQL to add Default behavior to created_at columns. ``` def migrate_forward(op, old_orm, new_orm):...