reshape/tests
fabianlindfors 9b21ebfb86 Add check for dangling changes at end of tests
This checks for dangling temporary columns, triggers and function which
were used by migrations but should be removed once the migration has
been completed or aborted.
2022-01-03 22:09:16 +01:00
..
add_column.rs Add check for dangling changes at end of tests 2022-01-03 22:09:16 +01:00
add_index.rs Add check for dangling changes at end of tests 2022-01-03 22:09:16 +01:00
alter_column.rs Add check for dangling changes at end of tests 2022-01-03 22:09:16 +01:00
common.rs Add check for dangling changes at end of tests 2022-01-03 22:09:16 +01:00
create_table.rs Add check for dangling changes at end of tests 2022-01-03 22:09:16 +01:00
failure.rs Add check for dangling changes at end of tests 2022-01-03 22:09:16 +01:00
remove_column.rs Add check for dangling changes at end of tests 2022-01-03 22:09:16 +01:00
remove_table.rs Add check for dangling changes at end of tests 2022-01-03 22:09:16 +01:00
rename_table.rs Add check for dangling changes at end of tests 2022-01-03 22:09:16 +01:00