From 002221e5576c363b9c8db4306b8c7587fa2541a8 Mon Sep 17 00:00:00 2001 From: long2ice Date: Fri, 25 Sep 2020 17:51:31 +0800 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fa8f4c..cd0aa38 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,9 @@ Success migrate 1_202029051520102929_drop_column.json ``` Format of migrate filename is -`{version_num}_{datetime}_{name|update}.json` +`{version_num}_{datetime}_{name|update}.json`. -And if `aerich` guess you are renaming a column, it will ask `Rename {old_column} to {new_column} [True]`, you can choice `True` to choice rename column without column drop, or choice `False` to drop column then create. +And if `aerich` guess you are renaming a column, it will ask `Rename {old_column} to {new_column} [True]`, you can choice `True` to rename column without column drop, or choice `False` to drop column then create. ### Upgrade to latest version