File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
docs/src/piccolo/migrations Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 0.14.1
5+ ------
6+ Fixing a bug with dropping tables in auto migrations.
7+
480.14.0
59------
610Added ``Interval`` column type.
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Creating an auto migration:
9898Troubleshooting
9999~~~~~~~~~~~~~~~
100100
101- Auto migrations can accomodate most schema changes. There may be some rare edge
101+ Auto migrations can accommodate most schema changes. There may be some rare edge
102102cases where a single migration is trying to do too much in one go, and fails.
103103To avoid these situations, create auto migrations frequently, and keep them
104104fairly small.
Original file line number Diff line number Diff line change 1- __VERSION__ = "0.14.0 "
1+ __VERSION__ = "0.14.1 "
You can’t perform that action at this time.
0 commit comments