Fix permission and delete soge in treasury
This commit is contained in:
parent
00edcabb8e
commit
9fb3ccf66a
2 changed files with 16 additions and 76 deletions
16
apps/treasury/migrations/0005_delete_sogecredit.py
Normal file
16
apps/treasury/migrations/0005_delete_sogecredit.py
Normal 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',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue