Skip to content

Commit 3a5054e

Browse files
Merge pull request #2 from PcComponentes/bugfix/fix-snapshot-migrations-table-name
Fix snapshot store migration table name
2 parents 2184301 + 710ee3f commit 3a5054e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Migration/PostgresMessageStoreDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static function snapshotStoreUpSchema(): string
4545
CREATE INDEX "snapshot_store_aggregate_id" ON "snapshot_store" ("aggregate_id");
4646
ALTER TABLE snapshot_store ADD CONSTRAINT "snapshot_store_unique_aggregate_id" UNIQUE ("aggregate_id");
4747
',
48-
self::EVENT_STORE,
48+
self::SNAPSHOT_STORE,
4949
);
5050
}
5151

0 commit comments

Comments
 (0)