You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
drugs/core/migrations/0011_rename_favouritedrug_f...

18 lines
338 B
Python

# Generated by Django 5.0.3 on 2024-05-17 19:02
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0010_price_favouritedrug'),
]
operations = [
migrations.RenameModel(
old_name='FavouriteDrug',
new_name='Favourite',
),
]