This website requires JavaScript.
Explore
Help
Sign In
tandem
/
camper
Watch
2
Star
0
Fork
You've already forked camper
0
Code
Issues
7
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d71d974abd
camper
/
revert
/
location.sql
8 lines
90 B
PL/PgSQL
Raw
Blame
History
-- Revert camper:location from pg
begin
;
drop
table
if
exists
camper
.
location
;
commit
;
Reference in New Issue
View Git Blame
Copy Permalink