mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 07:16:54 +00:00
3 lines
82 B
MySQL
3 lines
82 B
MySQL
|
|
BEGIN;
|
||
|
|
ALTER TABLE eventstore.events ALTER COLUMN created_at SET NOT NULL;
|
||
|
|
COMMIT;
|