summaryrefslogtreecommitdiff
path: root/app/budget/migrations/0006_remove_luxfixedmonthly_cat_and_more.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2025-01-03 18:46:40 -0600
committerluxagraf <sng@luxagraf.net>2025-01-03 18:46:40 -0600
commitfe7d43f308bbc3953d4a88480b8088d12cbcb0b6 (patch)
tree3aa10d1ac8e041ad2b78a5acf6b29febad6a5fe3 /app/budget/migrations/0006_remove_luxfixedmonthly_cat_and_more.py
parentdf3bc581e496412ef8c263dbf1cfe00f184e4e59 (diff)
archived old not used apps
Diffstat (limited to 'app/budget/migrations/0006_remove_luxfixedmonthly_cat_and_more.py')
-rw-r--r--app/budget/migrations/0006_remove_luxfixedmonthly_cat_and_more.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/app/budget/migrations/0006_remove_luxfixedmonthly_cat_and_more.py b/app/budget/migrations/0006_remove_luxfixedmonthly_cat_and_more.py
deleted file mode 100644
index 3631cc3..0000000
--- a/app/budget/migrations/0006_remove_luxfixedmonthly_cat_and_more.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# Generated by Django 4.0.6 on 2022-11-12 12:53
-
-from django.db import migrations, models
-import django.db.models.deletion
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('budget', '0005_luxspendingcategory_luxfixedmonthly'),
- ]
-
- operations = [
- migrations.RemoveField(
- model_name='luxfixedmonthly',
- name='cat',
- ),
- migrations.AlterField(
- model_name='luxfixedmonthly',
- name='category',
- field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='budget.luxspendingcategory'),
- ),
- ]