Refactor: Remove unused origin field from Pin

This commit is contained in:
winkidney
2020-02-11 12:10:10 +08:00
parent a06f3d2310
commit ee43fa96ae
3 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.26 on 2020-02-11 04:09
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0005_merge_20191122_0450'),
]
operations = [
migrations.RemoveField(
model_name='pin',
name='origin',
),
]