Skip to content

Commit

Permalink
♻️ Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jan 10, 2025
1 parent e736b17 commit bf476be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ourprojects/migrations/0002_lamindbv1.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,16 @@ class Migration(migrations.Migration):
to="lamindb.space",
),
),
migrations.RemoveField(
model_name="person",
name="_previous_runs",
),
migrations.RemoveField(
model_name="project",
name="_previous_runs",
),
migrations.RemoveField(
model_name="reference",
name="_previous_runs",
),
]

0 comments on commit bf476be

Please sign in to comment.