Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
AI Tutor
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Salma Mohammed Hamed
AI Tutor
Commits
bce37892
Commit
bce37892
authored
Oct 19, 2025
by
SalmaMohammedHamedMustafa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
as the deploment is stable now never drop te db again between deployments
parent
243f183c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apply_test_schema.py
self_hosted_env/voice_agent/apply_test_schema.py
+2
-2
postgres_app.tar
self_hosted_env/voice_agent/postgres_app.tar
+0
-0
No files found.
self_hosted_env/voice_agent/apply_test_schema.py
View file @
bce37892
...
...
@@ -114,7 +114,7 @@ def setup_database(drop_existing_tables: bool = False):
if
__name__
==
"__main__"
:
# To run with a clean slate, pass True
setup_database
(
drop_existing_tables
=
True
)
#
setup_database(drop_existing_tables=True)
# To run without dropping tables (default)
#setup_database()
\ No newline at end of file
setup_database
()
\ No newline at end of file
self_hosted_env/voice_agent/postgres_app.tar
deleted
100644 → 0
View file @
243f183c
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment