Revision: remove salt field.

It's not really needed. More information in the respective change
in the js client.
This commit is contained in:
Tom Hacohen
2020-06-26 11:21:53 +03:00
parent 2b52eec41f
commit c00cf50163
3 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 3.0.3 on 2020-06-26 08:19
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('django_etebase', '0019_auto_20200626_0748'),
]
operations = [
migrations.RemoveField(
model_name='collectionitemrevision',
name='salt',
),
]