mirror of https://gitlab.federez.net/re2o/re2o
2 changed files with 21 additions and 1 deletions
@ -0,0 +1,20 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11.28 on 2020-04-15 18:12 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('preferences', '0068_optionaluser_self_force_move_disabled_user_room'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterField( |
|||
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 disabled connection.'), |
|||
), |
|||
] |
|||
Loading…
Reference in new issue