|
|
@@ -7,6 +7,10 @@ from django.db import models
|
|
|
|
|
|
class Migration(SchemaMigration):
|
|
|
|
|
|
+ needed_by = (
|
|
|
+ ("desktop", "0007_auto__add_documentpermission__add_documenttag__add_document"),
|
|
|
+ )
|
|
|
+
|
|
|
def forwards(self, orm):
|
|
|
# Adding field 'SavedQuery.is_redacted'
|
|
|
db.add_column('beeswax_savedquery', 'is_redacted',
|