forked from DGNum/gestioCOF
migration
This commit is contained in:
parent
4c6b33ccb4
commit
6d8008ff39
1 changed files with 19 additions and 0 deletions
19
bda/migrations/0010_spectaclerevente_shotgun.py
Normal file
19
bda/migrations/0010_spectaclerevente_shotgun.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models, migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bda', '0009_revente'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='spectaclerevente',
|
||||
name='shotgun',
|
||||
field=models.BooleanField(default=False, verbose_name='Disponible imm\xe9diatement'),
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue