Skip to content

Commit ec41213

Browse files
Merge pull request gitcoinco#5361 from thelostone-mc/master
uncreated migrations
2 parents 6566a82 + ef7d66f commit ec41213

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated by Django 2.2.4 on 2019-10-23 14:30
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('dashboard', '0059_merge_20191022_1603'),
10+
]
11+
12+
operations = [
13+
migrations.AlterModelOptions(
14+
name='hackathonregistration',
15+
options={},
16+
),
17+
]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 2.2.4 on 2019-10-23 14:30
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('quests', '0015_quest_override_background'),
10+
]
11+
12+
operations = [
13+
migrations.AlterField(
14+
model_name='quest',
15+
name='override_background',
16+
field=models.CharField(blank=True, default='', max_length=100),
17+
),
18+
]

0 commit comments

Comments
 (0)