mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-25 23:13:29 +03:00
3a4f0f7f9a
For Reshape to work with an existing database, the first migration shouldn't autocomplete as then there can't be a zero-downtime deployment. The user should instead use `--complete` if they don't care about zero-downtime, for example when setting up a dev or CI environment. We should update the `--complete` flag to apply and complete each migration one by one for efficiency. |
||
---|---|---|
.. | ||
add_column.rs | ||
add_foreign_key.rs | ||
add_index.rs | ||
alter_column.rs | ||
common.rs | ||
create_enum.rs | ||
create_table.rs | ||
failure.rs | ||
remove_column.rs | ||
remove_enum.rs | ||
remove_foreign_key.rs | ||
remove_index.rs | ||
remove_table.rs | ||
rename_table.rs |