2022-07-18 05:44:20 +00:00
|
|
|
# Generated by Django 3.2.12 on 2022-07-18 05:57
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
('orgs', '0012_auto_20220118_1054'),
|
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AlterModelOptions(
|
|
|
|
name='organization',
|
|
|
|
options={'permissions': (('view_rootorg', 'Can view root org'), ('view_alljoinedorg', 'Can view all joined org')), 'verbose_name': 'Organization'},
|
|
|
|
),
|
2022-08-30 04:50:01 +00:00
|
|
|
migrations.DeleteModel(
|
|
|
|
name='OrganizationMember',
|
|
|
|
),
|
2022-07-18 05:44:20 +00:00
|
|
|
]
|