Files
galaxy/crates/persistence/migrations/2023-09-14-164546_remove_user_can_delete/down.sql
T

2 lines
74 B
SQL

ALTER TABLE workflows ADD user_can_delete BOOLEAN NOT NULL DEFAULT FALSE;