reshape/tests
fabianlindfors 2d04d33b95 Switch State struct into enum
With the old fields in the `State` broken out we can now make `State` a
proper enum, replacing the nested `Status`. The naming with both `State`
and `Status` was a bit confusing.
2022-01-14 00:12:01 +01:00
..
add_column.rs Switch State struct into enum 2022-01-14 00:12:01 +01:00
add_index.rs Add builder for create_table migration 2022-01-10 21:59:20 +01:00
alter_column.rs Switch State struct into enum 2022-01-14 00:12:01 +01:00
common.rs Add check for dangling changes at end of tests 2022-01-03 22:09:16 +01:00
create_table.rs Switch State struct into enum 2022-01-14 00:12:01 +01:00
failure.rs Switch State struct into enum 2022-01-14 00:12:01 +01:00
remove_column.rs Add builder for create_table migration 2022-01-10 21:59:20 +01:00
remove_index.rs Add remove_index action 2022-01-12 01:12:08 +01:00
remove_table.rs Add builder for create_table migration 2022-01-10 21:59:20 +01:00
rename_table.rs Add builder for create_table migration 2022-01-10 21:59:20 +01:00