| author | ymh <ymh.work@gmail.com> |
| Thu, 02 Aug 2018 16:15:39 +0200 | |
| changeset 593 | f8310b7ddef0 |
| parent 97 | f747c112e8f4 |
| permissions | -rw-r--r-- |
# -*- coding: utf-8 -*- # Generated by Django 1.9.7 on 2016-08-02 12:52 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('iconolab', '0005_auto_20160802_1211'), ] operations = [ migrations.AddField( model_name='metacategory', name='triggers_notifications', field=models.IntegerField(choices=[(0, 'none'), (1, 'contributors'), (2, 'commenters'), (3, 'collection admins')], default=0), ), ]