feat(setting): Enable super admin to set ALL manufacturer/publishers as global
sets is_global=true and creates manufacturers/publishers in global organization !12
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0.6 on 2024-05-27 05:26
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('settings', '0008_appsettings_device_type_is_global'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='appsettings',
|
||||
name='manufacturer_is_global',
|
||||
field=models.BooleanField(default=False, verbose_name='All Manufacturer / Publishers are global'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user