mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2025-02-12 23:03:37 +01:00
5 lines
109 B
MySQL
5 lines
109 B
MySQL
|
-- +migrate Up
|
||
|
|
||
|
-- 2022-11-20: add display name to members
|
||
|
alter table members add column display_name text;
|