about summary refs log tree commit diff
path: root/migrations/0002_custom_theme_setting.sql
blob: a258e8285b179ac3ef8dc4671a35624730ff67eb (plain) (blame)
1
2
3
ALTER TABLE kittybox.users
ADD COLUMN custom_css JSONB NOT NULL DEFAULT '""'::jsonb,
ADD COLUMN theme JSONB NOT NULL DEFAULT '"kittybox"'::jsonb;