mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00

The field was not populated since years, and we already have the info inside the JSONB `settings`.
16 lines
336 B
Python
16 lines
336 B
Python
# Generated by Django 5.0.4 on 2024-04-24 07:50
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("umap", "0020_alter_tilelayer_url_template"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name="map",
|
|
name="description",
|
|
),
|
|
]
|