Merge pull request #62 from pooyamb/master

Fix #52: Broken migration on postgres/windows
pull/66/head
Fabio Caccamo 2019-05-09 10:41:27 +02:00 committed by GitHub
commit 5b0a5e4c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@ class Migration(migrations.Migration):
]
operations = [
migrations.AlterField(
migrations.RemoveField(
model_name='theme',
name='related_modal_background_opacity'
),
migrations.AddField(
model_name='theme',
name='related_modal_background_opacity',
field=models.CharField(