mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-22 16:02:16 +00:00
Test fixes
This commit is contained in:
21
RIGS/migrations/0055_auto_20200912_0903.py
Normal file
21
RIGS/migrations/0055_auto_20200912_0903.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 3.1 on 2020-09-12 08:03
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('RIGS', '0054_auto_20200831_1218'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='eventchecklist',
|
||||
options={'ordering': ['event'], 'permissions': [('review_eventchecklist', 'Can review Event Checklists')]},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='riskassessment',
|
||||
options={'ordering': ['event'], 'permissions': [('review_riskassessment', 'Can review Risk Assessments')]},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user