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.
19 lines
445 B
Python
19 lines
445 B
Python
# Generated by Django 3.1.1 on 2020-10-13 14:09
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("django_etebase", "0031_auto_20201013_1336"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name="collectiontype",
|
|
name="uid",
|
|
field=models.BinaryField(db_index=True, editable=True, max_length=1024, unique=True),
|
|
),
|
|
]
|