mirror of
https://github.com/gamaio/gama_api.git
synced 2025-08-13 18:28:46 +00:00
Allow deactivated to be null
This commit is contained in:
20
core/migrations/0004_auto_20170602_0146.py
Normal file
20
core/migrations/0004_auto_20170602_0146.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.1 on 2017-06-02 01:46
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0003_auto_20170602_0130'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='api_owners',
|
||||
name='date_deactivated',
|
||||
field=models.DateField(blank=True),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user