3 lines
80 B
SQL
3 lines
80 B
SQL
-- Add down migration script here
|
|
ALTER TABLE flow DROP COLUMN concurrency_key;
|
-- Add down migration script here
|
|
ALTER TABLE flow DROP COLUMN concurrency_key;
|