Files
windmill/backend/migrations/20240708075901_flow_versioning_nit.down.sql
HugoCasa af3fd09d80 fix(backend): make value of flow_version not null (#4039)
* fix: flow versioning nit: make value of flow version not null

* fix: sqlx

* fix: missing code change

* fix: improve nit migration
2024-07-08 11:56:53 +02:00

2 lines
92 B
SQL

-- Add down migration script here
ALTER TABLE flow_version ALTER COLUMN value DROP NOT NULL;