Skip to content

Commit

Permalink
Add migrations post airtable/content-import removal
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Oct 6, 2022
1 parent 3c70ad2 commit 1878d6f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 3.2.16 on 2022-10-05 20:05

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("blog", "0010_streamfield_use_json_field"),
]

operations = [
migrations.RemoveField(
model_name="blogpage",
name="airtable_record_id",
),
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 3.2.16 on 2022-10-05 20:05

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("features", "0013_streamfield_use_json_field"),
]

operations = [
migrations.RemoveField(
model_name="featuredescription",
name="airtable_record_id",
),
]
21 changes: 21 additions & 0 deletions wagtailio/images/migrations/0012_remove_content_import_records.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Generated by Django 3.2.16 on 2022-10-05 20:05

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("images", "0011_streamfield_use_json_field"),
]

operations = [
migrations.RemoveField(
model_name="wagtailioimage",
name="exif_datetime",
),
migrations.RemoveField(
model_name="wagtailioimage",
name="md5_hash",
),
]

0 comments on commit 1878d6f

Please sign in to comment.