mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-25 23:13:29 +03:00
a7d70f80b8
Previously we set up migrations directly as structs which doesn't match how users will create them. For the new test framework, we'll instead write TOML for migrations. This brings the tests closer to how an end user will interact with Reshape and also lets us write tests to match the examples in the documentation. |
||
---|---|---|
.. | ||
add_column.rs | ||
add_index.rs | ||
alter_column.rs | ||
common.rs | ||
create_table.rs | ||
failure.rs | ||
remove_column.rs | ||
remove_index.rs | ||
remove_table.rs | ||
rename_table.rs |