mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2024-11-17 14:39:25 +08:00
17 lines
313 B
Python
17 lines
313 B
Python
|
# Generated by Django 4.1.7 on 2023-02-24 08:53
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('notes', '0004_historicalnote'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.DeleteModel(
|
||
|
name='HistoricalNote',
|
||
|
),
|
||
|
]
|