mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-25 23:13:29 +03:00
86b649d14a
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. |
||
---|---|---|
.. | ||
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 |