mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 23:12:15 +00:00
17
assets/migrations/0010_auto_20191011_1322.py
Normal file
17
assets/migrations/0010_auto_20191011_1322.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 2.0.13 on 2019-10-11 12:22
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('assets', '0009_auto_20191008_2148'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='asset',
|
||||
options={'permissions': (('asset_finance', 'Can see financial data for assets'),)},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user