Skip to content

Commit 82dcca3

Browse files
authored
Merge pull request #361 from xencon/fix/missing-postgres-continue-database-import
Fix missing POSTGRES_CONTINUE_DATABASE import in db.py (#360)
2 parents e97615c + 984cf99 commit 82dcca3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

llm-council/backend/db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
POSTGRES_PORT,
1010
POSTGRES_USER,
1111
POSTGRES_PASSWORD,
12+
POSTGRES_CONTINUE_DATABASE,
1213
ENABLE_DB_STORAGE,
1314
)
1415

0 commit comments

Comments
 (0)