Rename encryptedSeckey to encryptedContent.

This commit is contained in:
Tom Hacohen
2020-06-02 18:56:23 +03:00
parent 7842bd4d9c
commit ad184f0ac3
3 changed files with 22 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.0.3 on 2020-06-02 15:58
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('django_etesync', '0013_collectionmemberremoved'),
]
operations = [
migrations.RenameField(
model_name='userinfo',
old_name='encryptedSeckey',
new_name='encryptedContent',
),
]