We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601110a commit 2882903Copy full SHA for 2882903
backend/README.md
@@ -72,7 +72,7 @@
72
>
73
> It is recommended to execute under the backend directory, and chmod authorization may be required
74
75
-- `pre_start.sh`: Perform automatic database migration and create database tables
+- `pre_start.sh`: Perform automatic database migration
76
77
- `celery-start.sh`: For celery docker script, implementation is not recommended
78
backend/pre_start.sh
@@ -3,5 +3,3 @@
3
alembic revision --autogenerate
4
5
alembic upgrade head
6
-
7
-python3 ./scripts/init_data.py
backend/scripts/init_data.py
0 commit comments