mirror of
https://github.com/etesync/server
synced 2024-11-19 07:18:08 +00:00
ada5181a7e
This is in preparation for creating a python package, which should only occupy the "etebase_server" name in the global module namespace.
18 lines
349 B
Python
18 lines
349 B
Python
# 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",
|
|
),
|
|
]
|