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

Commit

Permalink
💡 Comment out Migration model
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed May 19, 2024
1 parent 9ef104d commit 80bb9b0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lnschema_core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2446,14 +2446,14 @@ class Meta:
unique_together = ("run", "paramvalue")


class Migration(Registry):
app = models.CharField(max_length=255)
name = models.CharField(max_length=255)
applied = models.DateTimeField()

class Meta:
db_table = "django_migrations"
managed = False
# class Migration(Registry):
# app = models.CharField(max_length=255)
# name = models.CharField(max_length=255)
# applied = models.DateTimeField()

# class Meta:
# db_table = "django_migrations"
# managed = False


# -------------------------------------------------------------------------------------
Expand Down

0 comments on commit 80bb9b0

Please sign in to comment.