signal-desktop/js/modules/migrations
Daniel Gasienica 805031ade8 Conditionally run post-attachment migrations
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.
2018-04-02 17:42:04 -04:00
..
get_placeholder_migrations.js Conditionally run post-attachment migrations 2018-04-02 17:42:04 -04:00
migrations_0_database_with_attachment_data.js Conditionally run post-attachment migrations 2018-04-02 17:42:04 -04:00
migrations_1_database_without_attachment_data.js Conditionally run post-attachment migrations 2018-04-02 17:42:04 -04:00
run_migrations.js Destructure Lodash requires 2018-04-02 15:12:04 -04:00