Skip to content
Anderson Pierre Cardoso edited this page Apr 28, 2014 · 2 revisions

The database backups are generated by sqldump. Our migrations are done via sql.

Our migrations live inside the scripts/migrations folder. The migrations folder has the format "yyyymmdd_migration_name" with a db_migration.sql file. Like so:

script/
    migrations/
        20140428_add_description_to_organizations/
            db_migration.sql
        20140429_change_geometry/
            db_migration.sql
Clone this wiki locally