You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-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.
8 years ago
..
get_placeholder_migrations.js Conditionally run post-attachment migrations 8 years ago
migrations_0_database_with_attachment_data.js Conditionally run post-attachment migrations 8 years ago
migrations_1_database_without_attachment_data.js Conditionally run post-attachment migrations 8 years ago
run_migrations.js Destructure Lodash `require`s 8 years ago