first commit
This commit is contained in:
17
rog/migrations/0002_rename_shops_shop.py
Normal file
17
rog/migrations/0002_rename_shops_shop.py
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.2.9 on 2022-02-04 11:39
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('rog', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameModel(
|
||||
old_name='Shops',
|
||||
new_name='Shop',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user