mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: migration fixes
This commit is contained in:
parent
c07db02a43
commit
6a7eb4b137
@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.2.11 on 2024-05-01 12:17
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('db', '0065_auto_20240415_0937'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterUniqueTogether(
|
||||
name='issuelabel',
|
||||
unique_together={('issue', 'label')},
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user