mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 16:27:37 +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;
|