Skip to content

Commit 657f4dd

Browse files
committed
chore: Add command to recreate migrations
1 parent b6bb98a commit 657f4dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ sync:
2323

2424
test:
2525
uv run --no-sync pytest
26+
27+
recreate-migrations:
28+
rm modeltranslation/tests/migrations/0*.py
29+
PYTHONPATH="." uv run --no-sync django-admin makemigrations tests

0 commit comments

Comments
 (0)