reshape/tests
fabianlindfors dd90cac03a Break out Index struct from add_index
This makes the format of `add_index` a bit more consistent with
`add_column` which has a nested definition for the column. This also
sets up for us to allow adding indices in `create_table`.
2022-01-14 11:53:31 +01:00
..
add_column.rs Use advisory lock to avoid conflicts between instances 2022-01-14 11:25:32 +01:00
add_index.rs Break out Index struct from add_index 2022-01-14 11:53:31 +01:00
alter_column.rs Break out Index struct from add_index 2022-01-14 11:53:31 +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 Use advisory lock to avoid conflicts between instances 2022-01-14 11:25:32 +01:00
remove_index.rs Break out Index struct from add_index 2022-01-14 11:53:31 +01:00
remove_table.rs Use advisory lock to avoid conflicts between instances 2022-01-14 11:25:32 +01:00
rename_table.rs Use advisory lock to avoid conflicts between instances 2022-01-14 11:25:32 +01:00