Revision: remove salt field.
It's not really needed. More information in the respective change in the js client.master
parent
2b52eec41f
commit
c00cf50163
@ -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',
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue