mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
17 lines
299 B
Python
17 lines
299 B
Python
# Generated by Django 4.2.2 on 2023-06-29 16:51
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('fossdb', '0008_alter_project_description'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='Star',
|
|
),
|
|
]
|