reshape/tests
fabianlindfors 86b649d14a Copy indices to temporary columns for alter_column
Until now, using alter_column would cause indices to be lost as they
weren't copied to the temporary column. This fixes that for indices that
consist of one or more actual columns. It won't work for indices on
expressions.
2022-01-13 18:19:54 +01:00
..
add_column.rs Add builder for create_table migration 2022-01-10 21:59:20 +01:00
add_index.rs Add builder for create_table migration 2022-01-10 21:59:20 +01:00
alter_column.rs Copy indices to temporary columns for alter_column 2022-01-13 18:19:54 +01:00
common.rs Add check for dangling changes at end of tests 2022-01-03 22:09:16 +01:00
create_table.rs Copy indices to temporary columns for alter_column 2022-01-13 18:19:54 +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 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