Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michele del Giudice
DevOps Tests
Commits
724ecf2b
Commit
724ecf2b
authored
Nov 17, 2025
by
Michele Del Giudice
Browse files
Updated Readme
parent
b33f7df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
724ecf2b
...
@@ -42,7 +42,6 @@ Database migrations (Flask-Migrate / Alembic)
...
@@ -42,7 +42,6 @@ Database migrations (Flask-Migrate / Alembic)
After installing requirements, initialize and run migrations with the Flask CLI. Example:
After installing requirements, initialize and run migrations with the Flask CLI. Example:
```
bash
```
bash
export
FLASK_APP
=
app:create_app
flask db init
# only once
flask db init
# only once
flask db migrate
-m
"initial"
flask db migrate
-m
"initial"
flask db upgrade
flask db upgrade
...
...
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