Set default messages (for each message type) to null

This commit is contained in:
Jim Ladd
2019-08-20 23:24:29 -07:00
parent 487276613f
commit 24a383c7c1
2 changed files with 2 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
from django.db import migrations, models
import awx
class Migration(migrations.Migration):