File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/src/piccolo/migrations Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ supports `auto migrations` which can save a great deal of time.
8383
8484Piccolo will work out which tables to add by comparing previous auto migrations,
8585and your current tables. In order for this to work, you have to register
86- your app's tables with the `AppConfig ` in the piccolo_app.py file at the root
87- of your app (see :ref: `PiccoloApps `).
86+ your app's tables with the `` AppConfig `` in the `` piccolo_app.py `` file at the
87+ root of your app (see :ref: `PiccoloApps `).
8888
8989Creating an auto migration:
9090
@@ -122,5 +122,5 @@ can specify it when creating the migration:
122122
123123 piccolo migrations new my_app --auto --desc=" Adding name column"
124124
125- The Piccolo CLI will then use this description where appropriate when dealing
126- with migrations .
125+ The Piccolo CLI will then use this description when listing migrations, to make
126+ them easier to identify .
You can’t perform that action at this time.
0 commit comments