File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ flowchart
23
23
click UseSQLiteIndexerInHostTests " https://linear.app/cardstack/issue/CS-6638 " " Open in Linear"
24
24
UsePostgresIndexerInRealmServer [ Use Postgres Indexer\nIn Realm Server\nCS-6639]
25
25
click UsePostgresIndexerInRealmServer " https://linear.app/cardstack/issue/CS-6639 " " Open in Linear"
26
- PostgresInfra --> PostgresMigrations
26
+ PostgresInfra
27
27
PostgresMigrations --> PostgresQueue
28
28
JobQueueFacade --> SQLiteIndexerImplementation
29
29
SQLiteIndexerImplementation --> PostgresIndexerImplementation
30
- PostgresInfra --> PostgresIndexerImplementation
31
30
TestHelperForIndexedCardTablePopulation --> SQLiteQueryEngineImplementation
32
31
SQLiteQueryEngineImplementation --> PostgresQueryEngineImplementation
33
- PostgresInfra --> PostgresQueryEngineImplementation
32
+ PostgresMigrations --> PostgresQueryEngineImplementation
34
33
SQLiteIndexerImplementation --> IndexInvalidation
35
34
SQLiteIndexerImplementation --> UseSQLiteIndexerInHostTests
35
+ PostgresMigrations --> PostgresIndexerImplementation
36
36
PostgresIndexerImplementation --> UsePostgresIndexerInRealmServer
37
37
PostgresQueue --> UsePostgresIndexerInRealmServer
38
38
JobQueueFacade --> PostgresQueue
You can’t perform that action at this time.
0 commit comments