Skip to content

Commit

Permalink
Merge pull request #2 from PcComponentes/bugfix/fix-snapshot-migratio…
Browse files Browse the repository at this point in the history
…ns-table-name

Fix snapshot store migration table name
  • Loading branch information
AaronBernabeu authored Aug 13, 2020
2 parents 2184301 + 710ee3f commit 3a5054e
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 3a5054e

Please sign in to comment.