Changed work of shelf books
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 6.0.3 on 2026-03-22 12:53
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('books', '0001_initial'),
|
||||
('shelf_books', '0001_initial'),
|
||||
('shelves', '0002_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameModel(
|
||||
old_name='ShelfItem',
|
||||
new_name='ShelfBook',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user