This website requires JavaScript.
Explore
Help
Sign In
tandem
/
numerus
Watch
2
Star
0
Fork
You've already forked numerus
0
Code
Issues
39
Pull Requests
Packages
Projects
1
Releases
1
Wiki
Activity
47c23fc4cc
numerus
/
revert
/
extension_citext.sql
8 lines
94 B
PL/PgSQL
Raw
Blame
History
-- Revert numerus:extension_citext from pg
begin
;
drop
extension
if
exists
citext
;
commit
;
Reference in New Issue
View Git Blame
Copy Permalink