zitadel/cmd/setup/11/11_set_column.sql

3 lines
82 B
PL/PgSQL

BEGIN;
ALTER TABLE eventstore.events ALTER COLUMN created_at SET NOT NULL;
COMMIT;