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
8fa3367f6c
numerus
/
revert
/
schema_auth.sql
8 lines
84 B
PL/PgSQL
Raw
Blame
History
-- Revert numerus:schema_auth from pg
begin
;
drop
schema
if
exists
auth
;
commit
;
Reference in New Issue
View Git Blame
Copy Permalink