File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
docs/src/piccolo/migrations
piccolo/apps/project/commands Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,10 @@ This executes the backwards function.
2424You can try going forwards and backwards a few times to make sure it works as
2525expected.
2626
27- .. warning :: Auto migrations don't currently support going backwards.
28-
2927Checking migrations
3028-------------------
3129
32- You can easily check which migrations have amd haven't ran using the following:
30+ You can easily check which migrations have and haven't ran using the following:
3331
3432.. code-block :: bash
3533
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def new_piccolo_conf(engine_name: str, force: bool = False):
3636
3737def new (engine : str = "postgres" , force : bool = False ):
3838 """
39- Creates a new Piccolo project.
39+ Creates a new Piccolo project file (piccolo_conf.py) .
4040
4141 :param engine:
4242 Which database backend you plan on using - options are sqlite or
You can’t perform that action at this time.
0 commit comments