mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 00:55:43 +01:00
Refactor: Remove unused origin field from Pin
This commit is contained in:
19
core/migrations/0006_remove_pin_origin.py
Normal file
19
core/migrations/0006_remove_pin_origin.py
Normal 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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user