3 lines
92 B
SQL
3 lines
92 B
SQL
ALTER TABLE webdav_tokens
|
|
ADD COLUMN scopes JSONB NOT NULL DEFAULT '["webdav"]'::jsonb;
|