mirror of https://github.com/nanoy42/coope
5 changed files with 49 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||||
|
# Generated by Django 2.1 on 2019-01-20 11:08 |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('preferences', '0006_auto_20190119_2326'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AddField( |
||||
|
model_name='generalpreferences', |
||||
|
name='automatic_logout_time', |
||||
|
field=models.PositiveIntegerField(null=True), |
||||
|
), |
||||
|
migrations.AddField( |
||||
|
model_name='historicalgeneralpreferences', |
||||
|
name='automatic_logout_time', |
||||
|
field=models.PositiveIntegerField(null=True), |
||||
|
), |
||||
|
] |
||||
Loading…
Reference in new issue