Files
coder/coderd/database/migrations/000023_template_created_by_not_null.down.sql
2022-06-17 05:47:13 +00:00

2 lines
66 B
SQL

ALTER TABLE ONLY templates ALTER COLUMN created_by DROP NOT NULL;