reshape/tests
2024-01-21 23:05:20 +01:00
..
add_column.rs Fix failing outdated tests 2024-01-20 02:08:13 +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 Add new custom action 2022-04-21 23:42:41 +02:00
complex.rs Update order of actions complex column move example 2024-01-21 23:05:20 +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
custom.rs Add new custom action 2022-04-21 23:42:41 +02:00
failure.rs Refactor tests to use test framework 2022-01-15 16:15:31 +01:00
remove_column.rs Fix failing outdated tests 2024-01-20 02:08:13 +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 Fix missing test run call 2022-06-30 17:17:50 +02:00
rename_table.rs Refactor tests to use test framework 2022-01-15 16:15:31 +01:00