Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Create 0002_nucleicacidtype_status.py
Browse files Browse the repository at this point in the history
  • Loading branch information
risufaj committed Sep 18, 2018
1 parent 8ae4c4b commit d25f75e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions sample/migrations/0002_nucleicacidtype_status.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.15 on 2018-09-07 08:37
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('sample', '0001_initial'),
]

operations = [
migrations.AddField(
model_name='nucleicacidtype',
name='status',
field=models.PositiveIntegerField(default=1, verbose_name='Status'),
),
]

0 comments on commit d25f75e

Please sign in to comment.