fix(setup): update chunks in step 11 (#5965) (#5966)

This commit is contained in:
Silvan
2023-06-02 12:04:03 +02:00
committed by GitHub
parent 91f4f99957
commit 743c77a729
6 changed files with 76 additions and 16 deletions

View File

@@ -0,0 +1,3 @@
BEGIN;
ALTER TABLE eventstore.events ALTER COLUMN created_at SET NOT NULL;
COMMIT;