9 lines
142 B
MySQL
9 lines
142 B
MySQL
|
-- Deploy tipus:extension_pgcrypto to pg
|
||
|
-- requires: schema_auth
|
||
|
|
||
|
begin;
|
||
|
|
||
|
create extension if not exists pgcrypto with schema auth;
|
||
|
|
||
|
commit;
|