summary refs log tree commit diff
path: root/sql
diff options
context:
space:
mode:
authorMatt Arnold2025-04-16 11:26:37 -0400
committerMatt Arnold2025-04-16 11:26:37 -0400
commit50d4a8634f134c0d5276f7ed65d06fa9ddbf03a7 (patch)
tree5bc2f8a7283fe1d6f778ece92118ba7194331208 /sql
parent5ac700d8dd4c2a22aff20226e426302b6c2c46ab (diff)
Documentation fixes and blerg
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