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

Commit

Permalink
chore(migrations): remove entity migration dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosevcik committed Sep 20, 2021
1 parent aacae50 commit 83d6fdb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions zoo/entities/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ class Migration(migrations.Migration):

initial = True

dependencies = [
("services", "0028_rename_status_remove_link_alter_pds"),
("repos", "0008_repositoryenvironment"),
("libraries", "0004_rename_status_to_lifecycle"),
]
dependencies = []

operations = [
migrations.CreateModel(
Expand Down

0 comments on commit 83d6fdb

Please sign in to comment.