Initial commit (Clean history)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user