6 lines
154 B
Text
6 lines
154 B
Text
Generic single-database configuration.
|
|
|
|
On the existing databases, initialize flask-migrate and alembic with:
|
|
```
|
|
python app.py db stamp 150252c1cdb1
|
|
```
|