Skip to content
Snippets Groups Projects
Unverified Commit f21017d5 authored by Feanil Patel's avatar Feanil Patel
Browse files

Remove the configmodel for push notifications.

This feature was used to enable/disable push notifications using
Parse.com.  That service died a few years ago but this was never cleaned
up.  Cleaning it up as a part of DEPR-41 now that we've removed the code
that references this model.
parent 21595eae
No related branches found
Tags release-2020-11-19-11.11
No related merge requests found
# -*- coding: utf-8 -*-
# Generated by Django 1.11.22 on 2019-07-26 20:12
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('contentstore', '0003_remove_assets_page_flag'),
]
operations = [
migrations.RemoveField(
model_name='pushnotificationconfig',
name='changed_by',
),
migrations.DeleteModel(
name='PushNotificationConfig',
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment