Fix permission and delete soge in treasury

This commit is contained in:
Jean-Baptiste Doderlein 2022-07-31 11:59:30 +00:00
parent 00edcabb8e
commit 9fb3ccf66a
2 changed files with 16 additions and 76 deletions

View file

@ -0,0 +1,16 @@
# Generated by Django 2.2.28 on 2022-07-31 11:45
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('treasury', '0004_auto_20211005_1544'),
]
operations = [
migrations.DeleteModel(
name='SogeCredit',
),
]