18 lines
334 B
Python
18 lines
334 B
Python
# Generated by Django 2.2.28 on 2022-07-26 19:26
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("webapp", "0086_auto_20220726_2129"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name="JobAd",
|
|
new_name="RemoveJobAd",
|
|
),
|
|
]
|