Skip to content

Commit 3517383

Browse files
committed
[SHARE-511][Fix] Merge migrations
1 parent e432594 commit 3517383

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Generated by Django 1.9.7 on 2017-02-10 14:53
3+
from __future__ import unicode_literals
4+
5+
from django.db import migrations
6+
7+
8+
class Migration(migrations.Migration):
9+
10+
dependencies = [
11+
('org.zenodo', '0002_favicon'),
12+
('org.zenodo', '0002_disable'),
13+
]
14+
15+
operations = [
16+
]

0 commit comments

Comments
 (0)