room table so we can dedupe the name and title

modified:   app.py
	new file:   migrations/README
	new file:   migrations/alembic.ini
	new file:   migrations/env.py
	new file:   migrations/script.py.mako
	new file:   migrations/versions/a9e886c56482_create_room_table.py
This commit is contained in:
Russell Ballestrini 2023-11-10 12:05:30 -05:00
parent 4e893dc4d2
commit 2639a2f99c
6 changed files with 363 additions and 33 deletions

1
migrations/README Normal file
View file

@ -0,0 +1 @@
Single-database configuration for Flask.