mirror of https://gitlab.federez.net/re2o/re2o
5 changed files with 58 additions and 2 deletions
@ -0,0 +1,20 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11.28 on 2020-04-15 16:35 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('preferences', '0067_auto_20191120_0159'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AddField( |
|||
model_name='optionaluser', |
|||
name='self_force_move_disabled_user_room', |
|||
field=models.BooleanField(default=False, help_text='Users can select a room occupied by a user with a dissabled connection.'), |
|||
), |
|||
] |
|||
Loading…
Reference in new issue