Skip to content

Commit df52e90

Browse files
committed
updated docs
1 parent 8bf978d commit df52e90

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/src/piccolo/migrations/running.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ This executes the backwards function.
2424
You can try going forwards and backwards a few times to make sure it works as
2525
expected.
2626

27-
.. warning:: Auto migrations don't currently support going backwards.
28-
2927
Checking 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

piccolo/apps/project/commands/new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def new_piccolo_conf(engine_name: str, force: bool = False):
3636

3737
def 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

0 commit comments

Comments
 (0)