forked from mirrors/pronouns.cc
5 lines
132 B
SQL
5 lines
132 B
SQL
-- +migrate Up
|
|
|
|
-- 2023-04-19: Add custom preferences
|
|
|
|
alter table users add column custom_preferences jsonb not null default '{}';
|