summaryrefslogtreecommitdiff
path: root/src/caas/migrations/0004_delete_wrbatch.py
diff options
context:
space:
mode:
authorckonstanski <kostcarl@isu.edu>2026-07-30 18:17:14 -0600
committerckonstanski <kostcarl@isu.edu>2026-07-30 18:17:14 -0600
commit640ff61422bc0ee3966941b93d9889ddbbd38d77 (patch)
treeabf1c08f5d38ee53ec8b29dc4f425722517505e6 /src/caas/migrations/0004_delete_wrbatch.py
parent22dae02a86c1fce71091bfa5289cf99abba1b217 (diff)
more filesHEADmaster
Diffstat (limited to 'src/caas/migrations/0004_delete_wrbatch.py')
-rw-r--r--src/caas/migrations/0004_delete_wrbatch.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/caas/migrations/0004_delete_wrbatch.py b/src/caas/migrations/0004_delete_wrbatch.py
new file mode 100644
index 0000000..a3e0e4d
--- /dev/null
+++ b/src/caas/migrations/0004_delete_wrbatch.py
@@ -0,0 +1,16 @@
+# Generated by Django 3.0.8 on 2020-07-11 04:34
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('caas', '0003_auto_20200706_2113'),
+ ]
+
+ operations = [
+ migrations.DeleteModel(
+ name='WrBatch',
+ ),
+ ]