reshape/tests
fabianlindfors 7cc4f23db9 Fix changing nullability not working with alter_column
The existing test to set a column as NOT NULL didn't actually check that
the constraint was added, which has also been fixed. I also added a new
test for the opposite change, making a NOT NULL column nullable. The
README has also been updated with a new example for setting a column as
NOT NULL.
2022-02-04 17:47:39 +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 Fix changing nullability not working with alter_column 2022-02-04 17:47:39 +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