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