mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 20:02:36 +02:00
16 lines
393 B
Python
16 lines
393 B
Python
# Generated by Django 5.0.2 on 2024-02-13 14:04
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("umap", "0016_pictogram_category"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RunSQL(
|
|
"UPDATE social_auth_usersocialauth "
|
|
"SET provider = 'openstreetmap-oauth2' WHERE provider = 'openstreetmap'"
|
|
),
|
|
]
|