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

Commit

Permalink
Create 0002_libraryprotocol_status.py
Browse files Browse the repository at this point in the history
  • Loading branch information
risufaj committed Sep 18, 2018
1 parent b943fb2 commit eeb8039
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions library_sample_shared/migrations/0002_libraryprotocol_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 10:13
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

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

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

0 comments on commit eeb8039

Please sign in to comment.