mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Move membership to Member.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.4 on 2016-05-26 01:50
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0008_auto_20160526_0059'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='membership',
|
||||
name='member',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user