16 lines
290 B
Python
16 lines
290 B
Python
# Generated by Django 4.1.1 on 2022-09-22 14:58
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('core', '0008_vesselalias'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='VesselAlias',
|
|
),
|
|
]
|