mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 19:44:21 +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;
|