-
Piotr Gawron authoredPiotr Gawron authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
0069_remove_studysubject_sex.py 398 B
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2017-11-28 11:14
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('web', '0068_remove_studysubject_dead'),
]
operations = [
migrations.RemoveField(
model_name='studysubject',
name='sex',
),
]