Skip to content

Commit

Permalink
Rename courses app to products, pt. 1
Browse files Browse the repository at this point in the history
  • Loading branch information
f213 committed Jan 3, 2021
1 parent 0d0cc21 commit c08a838
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/app/migrations/0003_RenameCoursesAppPt1.py
@@ -0,0 +1,14 @@
# Generated by Django 3.1.4 on 2021-01-03 20:32

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('app', '0002_DropTheOnetimeApp'),
]

operations = [
migrations.RunSQL("UPDATE django_migrations SET app='products' WHERE app='courses';"),
]

0 comments on commit c08a838

Please sign in to comment.