Skip to content

Commit 3bc6e6f

Browse files
committed
Revert "Removed wrong migration."
This reverts commit 8ded8e1.
1 parent 3dc31df commit 3bc6e6f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# -*- coding: utf-8 -*-
2+
3+
from __future__ import unicode_literals
4+
5+
from django.db import migrations
6+
7+
8+
class Migration(migrations.Migration):
9+
10+
dependencies = [
11+
('admin_interface', '0023_theme_foldable_apps'),
12+
]
13+
14+
operations = [
15+
migrations.RemoveField(
16+
model_name='theme',
17+
name='css',
18+
),
19+
]

0 commit comments

Comments
 (0)