reshape/tests
fabianlindfors 3a4f0f7f9a Remove autocompletion of first migration
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.
2022-02-01 09:50:02 +01:00
..
add_column.rs Refactor tests to use test framework 2022-01-15 16:15:31 +01:00
add_foreign_key.rs Add new add_foreign_key action 2022-01-21 18:00:41 +01:00
add_index.rs Add support for unique and non-B-tree indices in alter_column 2022-01-16 00:36:57 +01:00
alter_column.rs Add support for unique and non-B-tree indices in alter_column 2022-01-16 00:36:57 +01:00
common.rs Remove autocompletion of first migration 2022-02-01 09:50:02 +01:00
create_enum.rs Add new create_enum action 2022-01-19 23:00:45 +01:00
create_table.rs Add new add_foreign_key action 2022-01-21 18:00:41 +01:00
failure.rs Refactor tests to use test framework 2022-01-15 16:15:31 +01:00
remove_column.rs Safely remove indices when removing column 2022-01-20 19:31:21 +01:00
remove_enum.rs Add new remove_enum action 2022-01-19 23:14:43 +01:00
remove_foreign_key.rs Add remove_foreign_key action 2022-01-27 23:33:23 +01:00
remove_index.rs Refactor tests to use test framework 2022-01-15 16:15:31 +01:00
remove_table.rs Refactor tests to use test framework 2022-01-15 16:15:31 +01:00
rename_table.rs Refactor tests to use test framework 2022-01-15 16:15:31 +01:00