harbor/tools/migration/db/schema/notarysigner_alter_tables.p...

5 lines
158 B
PL/PgSQL

\c notarysigner;
ALTER TABLE private_keys OWNER TO signer;
ALTER SEQUENCE private_keys_id_seq OWNER TO signer;
ALTER TABLE schema_migrations OWNER TO signer;