101_Team_based_sharing #122
19
compensation/migrations/0006_ecoaccount_teams.py
Normal file
19
compensation/migrations/0006_ecoaccount_teams.py
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Generated by Django 3.1.3 on 2022-02-18 09:13
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('user', '0003_team'),
|
||||||
|
('compensation', '0005_auto_20220218_0917'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='ecoaccount',
|
||||||
|
name='teams',
|
||||||
|
field=models.ManyToManyField(help_text='Teams having access (data shared with)', to='user.Team'),
|
||||||
|
),
|
||||||
|
]
|
19
ema/migrations/0003_ema_teams.py
Normal file
19
ema/migrations/0003_ema_teams.py
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Generated by Django 3.1.3 on 2022-02-18 09:13
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('user', '0003_team'),
|
||||||
|
('ema', '0002_auto_20220114_0936'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='ema',
|
||||||
|
name='teams',
|
||||||
|
field=models.ManyToManyField(help_text='Teams having access (data shared with)', to='user.Team'),
|
||||||
|
),
|
||||||
|
]
|
19
intervention/migrations/0003_intervention_teams.py
Normal file
19
intervention/migrations/0003_intervention_teams.py
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Generated by Django 3.1.3 on 2022-02-18 09:13
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('user', '0003_team'),
|
||||||
|
('intervention', '0002_auto_20220114_0936'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='intervention',
|
||||||
|
name='teams',
|
||||||
|
field=models.ManyToManyField(help_text='Teams having access (data shared with)', to='user.Team'),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user