We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2184301 + 710ee3f commit 3a5054eCopy full SHA for 3a5054e
src/Migration/PostgresMessageStoreDefinition.php
@@ -45,7 +45,7 @@ public static function snapshotStoreUpSchema(): string
45
CREATE INDEX "snapshot_store_aggregate_id" ON "snapshot_store" ("aggregate_id");
46
ALTER TABLE snapshot_store ADD CONSTRAINT "snapshot_store_unique_aggregate_id" UNIQUE ("aggregate_id");
47
',
48
- self::EVENT_STORE,
+ self::SNAPSHOT_STORE,
49
);
50
}
51
0 commit comments