2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 20:11:37 +00:00

Delete "ReportTemplate" class

This commit is contained in:
Oliver Walters
2020-08-23 09:10:56 +10:00
parent 771b2117c4
commit 116d966d29
3 changed files with 17 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
# Generated by Django 3.0.7 on 2020-08-22 23:10
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('report', '0001_initial'),
]
operations = [
migrations.DeleteModel(
name='ReportTemplate',
),
]