mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-12-23 04:35:45 +02:00
Minor wording change
This commit is contained in:
parent
4fe13c1df3
commit
653cf1af86
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ Continue below to learn about database migrations and enabling the advanced sear
|
||||||
## Database migrations
|
## Database migrations
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> The database migration feature has been updated but will no longer be supported in NyaaV3.
|
> The database migration feature has been updated but will no longer be supported in NyaaV3.
|
||||||
- Database migrations are done with [Flask-Migrate](https://flask-migrate.readthedocs.io/), a wrapper around [Alembic](http://alembic.zzzcomputing.com/en/latest/).
|
- Database migrations are done using [Flask-Migrate](https://flask-migrate.readthedocs.io/), a wrapper around [Alembic](http://alembic.zzzcomputing.com/en/latest/).
|
||||||
- The migration system has been updated to use Flask CLI instead of the deprecated Flask-Script.
|
- The migration system has been updated to use Flask CLI instead of the deprecated Flask-Script.
|
||||||
- If someone has made changes in the database schema and included a new migration script:
|
- If someone has made changes in the database schema and included a new migration script:
|
||||||
- If your database has never been marked by Alembic (you're on a database from before the migrations), run `python db_migrate.py db stamp head` before pulling the new migration script(s).
|
- If your database has never been marked by Alembic (you're on a database from before the migrations), run `python db_migrate.py db stamp head` before pulling the new migration script(s).
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue