17 lines
280 B
Python
17 lines
280 B
Python
|
# Generated by Django 4.2.8 on 2024-05-02 09:30
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('loans', '0001_initial'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.DeleteModel(
|
||
|
name='Loan',
|
||
|
),
|
||
|
]
|