mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
15 lines
349 B
Python
15 lines
349 B
Python
# Generated by Django 4.2.16 on 2025-02-14 22:40
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("users", "0016_user_hq_image"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RunSQL("UPDATE users_user SET display_name = CONCAT(first_name, ' ', last_name) WHERE display_name IS NULL;"),
|
|
]
|