Skip to content

Commit

Permalink
Add migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Aug 16, 2023
1 parent 8eec05c commit cdace46
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Generated by Django 4.2.4 on 2023-08-16 07:05

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('models', '9747_alter_maplayer_options'),
]

operations = [
migrations.AlterField(
model_name='graphmodel',
name='functions',
field=models.ManyToManyField(through='models.FunctionXGraph', to='models.function'),
),
migrations.AlterField(
model_name='icon',
name='id',
field=models.AutoField(primary_key=True, serialize=False),
),
]

0 comments on commit cdace46

Please sign in to comment.