mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: removed migrations
This commit is contained in:
parent
8c6fef8f85
commit
7b0062b251
@ -1,17 +0,0 @@
|
|||||||
# Generated by Django 4.2.11 on 2024-05-06 12:16
|
|
||||||
|
|
||||||
from django.db import migrations
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('db', '0064_auto_20240409_1134'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AlterUniqueTogether(
|
|
||||||
name='issuelabel',
|
|
||||||
unique_together={('issue', 'label')},
|
|
||||||
),
|
|
||||||
]
|
|
@ -537,7 +537,6 @@ class IssueLabel(ProjectBaseModel):
|
|||||||
)
|
)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
unique_together = ["issue", "label"]
|
|
||||||
verbose_name = "Issue Label"
|
verbose_name = "Issue Label"
|
||||||
verbose_name_plural = "Issue Labels"
|
verbose_name_plural = "Issue Labels"
|
||||||
db_table = "issue_labels"
|
db_table = "issue_labels"
|
||||||
|
Loading…
Reference in New Issue
Block a user