Skip to content

Commit

Permalink
Fix snapshot store migration table name
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBernabeu committed Aug 13, 2020
1 parent 2184301 commit 710ee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migration/PostgresMessageStoreDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static function snapshotStoreUpSchema(): string
CREATE INDEX "snapshot_store_aggregate_id" ON "snapshot_store" ("aggregate_id");
ALTER TABLE snapshot_store ADD CONSTRAINT "snapshot_store_unique_aggregate_id" UNIQUE ("aggregate_id");
',
self::EVENT_STORE,
self::SNAPSHOT_STORE,
);
}

Expand Down

0 comments on commit 710ee3f

Please sign in to comment.