805031ade8
Introduce placeholder migrations for Backbone models so they never implicitly run migrations whenever they are `fetch`ed. We prefer to run our migrations explicitly upon app startup and then let Backbone models be (slightly) dumb(er) models, without inadvertently triggering migrations. |
||
---|---|---|
.. | ||
get_placeholder_migrations.js | ||
migrations_0_database_with_attachment_data.js | ||
migrations_1_database_without_attachment_data.js | ||
run_migrations.js |