mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-04 19:50:57 +02:00
Google drive shared files fix + shortcuts (#300)
Also fixes foreign key constraint issue when manually wiping postgres + keeps track of accessed folders
This commit is contained in:
@ -34,6 +34,7 @@ def wipe_all_rows(database: str) -> None:
|
||||
cur.execute(f"DELETE FROM document")
|
||||
cur.execute(f"DELETE FROM connector_credential_pair")
|
||||
cur.execute(f"DELETE FROM index_attempt")
|
||||
cur.execute(f"DELETE FROM credential")
|
||||
conn.commit()
|
||||
|
||||
for table_name in table_names:
|
||||
|
Reference in New Issue
Block a user