8 lines
85 B
PL/PgSQL
8 lines
85 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE oauth_clients
|
|
DROP COLUMN IF EXISTS redirect_uris;
|
|
|
|
COMMIT;
|
|
|