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