mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2025-05-17 03:48:13 +08:00
added section then changes in erd
This commit is contained in:
parent
e8524e1d45
commit
ba9121d880
6 changed files with 26 additions and 1 deletions
|
@ -0,0 +1,18 @@
|
|||
# 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