aboutsummaryrefslogblamecommitdiffstats
path: root/alphabetlearning/resources/migrations/0003_remove_resource_price.py
blob: 3bcd7075ee1aefd75cf964d61533a536b0c8dbc8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                               
# Generated by Django 5.1.4 on 2025-01-06 19:40

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('resources', '0002_resource_price'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='resource',
            name='price',
        ),
    ]