mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 23:42:14 +00:00
Merge of cable additions
This commit is contained in:
17
assets/migrations/0012_auto_20191014_0012.py
Normal file
17
assets/migrations/0012_auto_20191014_0012.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 2.0.13 on 2019-10-13 23:12
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('assets', '0011_auto_20191013_2247'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='asset',
|
||||
options={'permissions': (('asset_finance', 'Can see financial data for assets'),)},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user