diff options
author | Matt Arnold | 2025-04-16 11:26:37 -0400 |
---|---|---|
committer | Matt Arnold | 2025-04-16 11:26:37 -0400 |
commit | 50d4a8634f134c0d5276f7ed65d06fa9ddbf03a7 (patch) | |
tree | 5bc2f8a7283fe1d6f778ece92118ba7194331208 /sql | |
parent | 5ac700d8dd4c2a22aff20226e426302b6c2c46ab (diff) |
Documentation fixes and blerg
Diffstat (limited to 'sql')
-rw-r--r-- | sql/README.md | 5 |
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 |