2023-04-19 02:05:01 -07:00
|
|
|
-- 2023-04-19: Add custom preferences
|
|
|
|
|
2023-08-15 18:30:34 -07:00
|
|
|
-- +migrate Up
|
|
|
|
|
2023-04-19 02:05:01 -07:00
|
|
|
alter table users add column custom_preferences jsonb not null default '{}';
|
2023-08-15 18:30:34 -07:00
|
|
|
|
|
|
|
-- +migrate Down
|
|
|
|
|
|
|
|
alter table users drop column custom_preferences;
|