mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-02 05:18:43 +00:00
8bbf1fe252
* Use dataclasses to define activitypub (de)serialization
21 lines
441 B
Python
21 lines
441 B
Python
# Generated by Django 3.0.3 on 2020-05-24 03:46
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('fedireads', '0041_user_remote_id'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='status',
|
|
name='activity_type',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='status',
|
|
name='status_type',
|
|
),
|
|
]
|