Skip to content

Commit 934164f

Browse files
authored
Merge pull request #1177 from cardstack/habdelra-patch-1
Remove Postgres infra as a dependency to migrations
2 parents dd75e87 + 055bf45 commit 934164f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/indexer-work-plan.mermaid

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ flowchart
2323
click UseSQLiteIndexerInHostTests "https://linear.app/cardstack/issue/CS-6638" "Open in Linear"
2424
UsePostgresIndexerInRealmServer[Use Postgres Indexer\nIn Realm Server\nCS-6639]
2525
click UsePostgresIndexerInRealmServer "https://linear.app/cardstack/issue/CS-6639" "Open in Linear"
26-
PostgresInfra-->PostgresMigrations
26+
PostgresInfra
2727
PostgresMigrations-->PostgresQueue
2828
JobQueueFacade-->SQLiteIndexerImplementation
2929
SQLiteIndexerImplementation-->PostgresIndexerImplementation
30-
PostgresInfra-->PostgresIndexerImplementation
3130
TestHelperForIndexedCardTablePopulation-->SQLiteQueryEngineImplementation
3231
SQLiteQueryEngineImplementation-->PostgresQueryEngineImplementation
33-
PostgresInfra-->PostgresQueryEngineImplementation
32+
PostgresMigrations-->PostgresQueryEngineImplementation
3433
SQLiteIndexerImplementation-->IndexInvalidation
3534
SQLiteIndexerImplementation-->UseSQLiteIndexerInHostTests
35+
PostgresMigrations-->PostgresIndexerImplementation
3636
PostgresIndexerImplementation-->UsePostgresIndexerInRealmServer
3737
PostgresQueue-->UsePostgresIndexerInRealmServer
3838
JobQueueFacade-->PostgresQueue

0 commit comments

Comments
 (0)