mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-09 21:43:40 +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;
|