Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
♻️ Break out into two migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Aug 13, 2024
1 parent 5460e57 commit 5d65c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lnschema_core/migrations/0062_add_is_latest_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from django.db import migrations, models


# data migration comes in the next migration due to pending triggers
class Migration(migrations.Migration):
dependencies = [
(
Expand Down

0 comments on commit 5d65c60

Please sign in to comment.