mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-04 23:02:11 +00:00
Moved License model to separate folder
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 4.1.7 on 2023-04-08 12:47
|
||||
# Generated by Django 4.1.7 on 2023-04-09 10:17
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
@@ -93,7 +93,7 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='project',
|
||||
name='project_type',
|
||||
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='fossdb.tag'),
|
||||
name='tag',
|
||||
field=models.ManyToManyField(to='fossdb.tag'),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user