Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,7 @@ from utils.database import (
|
|
| 12 |
create_connection,
|
| 13 |
create_tables,
|
| 14 |
get_all_documents,
|
|
|
|
| 15 |
|
| 16 |
# Collection operations
|
| 17 |
get_collections,
|
|
|
|
| 12 |
create_connection,
|
| 13 |
create_tables,
|
| 14 |
get_all_documents,
|
| 15 |
+
force_recreate_collections_tables,
|
| 16 |
|
| 17 |
# Collection operations
|
| 18 |
get_collections,
|