mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-25 23:13:29 +03:00
3cb74a535e
Previously, having multiple alter_column actions for a single column could cause issues as the triggers and batch updates referenced the wrong columns. This commit also simplifies the batch update procedure. Rather than running the actual update on existing rows, a NOP update will be run which in turn will trigger the triggers to update the new temporary columns. |
||
---|---|---|
.. | ||
add_column.rs | ||
add_index.rs | ||
alter_column.rs | ||
common.rs | ||
create_table.rs | ||
remove_column.rs |