From 4d4f951e09156dcd6801d3449918e042e55be999 Mon Sep 17 00:00:00 2001 From: long2ice Date: Mon, 25 May 2020 16:33:56 +0800 Subject: [PATCH] update README.rst --- Makefile | 2 +- README.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c189921..2eda6d1 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ help: @echo "usage: make " @echo "Targets:" @echo " up Updates dev/test dependencies" - @echo " deps Ensure dev/test dependencies are installed" + @echo " deps Ensure dev/test dependencies are installed" @echo " check Checks that build is sane" @echo " lint Reports all linter violations" @echo " test Runs all tests" diff --git a/README.rst b/README.rst index 9093327..089b594 100644 --- a/README.rst +++ b/README.rst @@ -159,6 +159,11 @@ Show heads to be migrated 1_202029051520102929_drop_column.json +Limitations +----------- +* Not support ``change column`` now. +* ``Sqlite`` and ``Postgres`` may not work as expected because I don't use those in my work. + License ======= This project is licensed under the `MIT `_ License.