Skip to content

Commit

Permalink
Merge pull request #5458 from thelostone-mc/ccc
Browse files Browse the repository at this point in the history
adding missing png + migration
  • Loading branch information
thelostone-mc authored Nov 6, 2019
2 parents c9cdd78 + 56cf119 commit e318c00
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added app/assets/v2/images/project_logos/portis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions app/quests/migrations/0020_auto_20191106_1509.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 2.2.4 on 2019-11-06 15:09

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('quests', '0019_auto_20191101_2156'),
]

operations = [
migrations.AlterField(
model_name='quest',
name='background',
field=models.CharField(blank=True, choices=[('red', 'red'), ('green', 'green'), ('blue', 'blue'), ('back0', 'back0'), ('back1', 'back1'), ('back2', 'back2'), ('back3', 'back3'), ('back4', 'back4'), ('back5', 'back5'), ('back6', 'back6'), ('back7', 'back7'), ('back8', 'back8'), ('back9', 'back9'), ('back10', 'back10'), ('back11', 'back11'), ('back12', 'back12'), ('back13', 'back13'), ('back14', 'back14'), ('back15', 'back15'), ('back16', 'back16'), ('back17', 'back17'), ('back18', 'back18'), ('back19', 'back19'), ('back20', 'back20')], default='', max_length=100),
),
]

0 comments on commit e318c00

Please sign in to comment.