8 lines
96 B
MySQL
8 lines
96 B
MySQL
|
-- Revert tipus:extension_pgcrypto from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop extension if exists pgcrypto;
|
||
|
|
||
|
commit;
|