18 lines
400 B
Python
18 lines
400 B
Python
# Generated by Django 5.1.6 on 2025-02-07 08:43
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('bloonsa_game', '0003_remove_bloonsa_levelratings_level'),
|
|
('users', '0007_remove_player_bloonsa_levelratings_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='Bloonsa_LevelRatings',
|
|
),
|
|
]
|