Files
coder/coderd/database/migrations/000023_template_created_by_not_null.down.sql

2 lines
66 B
SQL

ALTER TABLE ONLY templates ALTER COLUMN created_by DROP NOT NULL;