mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2025-05-17 03:48:13 +08:00
Remove section field from transactions. This should be in the user model instead
This commit is contained in:
parent
4b51ccebc2
commit
7b511e0d8c
4 changed files with 1 additions and 21 deletions
|
@ -1,18 +0,0 @@
|
|||
# Generated by Django 5.0.1 on 2024-01-11 03:58
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('transactions', '0002_alter_transaction_transaction_status'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='transaction',
|
||||
name='section',
|
||||
field=models.CharField(max_length=255, null=True),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue