8 lines
94 B
MySQL
8 lines
94 B
MySQL
|
-- Revert numerus:extension_citext from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop extension if exists citext;
|
||
|
|
||
|
commit;
|