feat(api): add display_name to member
This commit is contained in:
parent
c4ddde73ec
commit
73c5c9fc67
7 changed files with 61 additions and 39 deletions
4
scripts/migrate/002_add_member_display_name.sql
Normal file
4
scripts/migrate/002_add_member_display_name.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
-- +migrate Up
|
||||
|
||||
-- 2022-11-20: add display name to members
|
||||
alter table members add column display_name text;
|
Loading…
Add table
Add a link
Reference in a new issue