Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit 83d6fdb

Browse files
committed
chore(migrations): remove entity migration dependencies
1 parent aacae50 commit 83d6fdb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

zoo/entities/migrations/0001_initial.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ class Migration(migrations.Migration):
1010

1111
initial = True
1212

13-
dependencies = [
14-
("services", "0028_rename_status_remove_link_alter_pds"),
15-
("repos", "0008_repositoryenvironment"),
16-
("libraries", "0004_rename_status_to_lifecycle"),
17-
]
13+
dependencies = []
1814

1915
operations = [
2016
migrations.CreateModel(

0 commit comments

Comments
 (0)