summary refs log tree commit diff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/README.md b/sql/README.md
new file mode 100644
index 0000000..21a3e48
--- /dev/null
+++ b/sql/README.md
@@ -0,0 +1,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.
\ No newline at end of file