summary refs log tree commit diff
path: root/sql/README.md
blob: 21a3e487ce26203be2ff4e24c873d2c1012190f5 (plain)
1
2
3
4
5
# Schema Migrations

Ok peewee doesn't have great migration support as yet.
Whenever you alter models.py, Please put an sql file with ALTER TABLE statement in here
and run it with migrate.py.