21 lines
437 B
Python
21 lines
437 B
Python
# Generated by Django 5.1.7 on 2025-11-27 07:09
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('app', '0297_rename_reservation_transaction_detail'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelTable(
|
|
name='transaction_detail',
|
|
table='transaction_detail',
|
|
),
|
|
migrations.DeleteModel(
|
|
name='Deposit',
|
|
),
|
|
]
|