Skip to content

Commit

Permalink
Revert "Removed wrong migration."
Browse files Browse the repository at this point in the history
This reverts commit 8ded8e1.
  • Loading branch information
fabiocaccamo committed Nov 25, 2021
1 parent 3dc31df commit 3bc6e6f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions admin_interface/migrations/0024_remove_theme_css.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-

from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('admin_interface', '0023_theme_foldable_apps'),
]

operations = [
migrations.RemoveField(
model_name='theme',
name='css',
),
]

0 comments on commit 3bc6e6f

Please sign in to comment.