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 and rename ba…
Browse files Browse the repository at this point in the history
…ck old one
  • Loading branch information
jarosevcik committed Sep 20, 2021
1 parent aacae50 commit 0a7ed05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
("services", "0027_add_environment_type"),
("services", "0027_auto_20210509_1900"),
]

operations = [
Expand Down

0 comments on commit 0a7ed05

Please sign in to comment.