mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-04 15:55:11 +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;
|