sourcehut
Log in
—
Register
~singpolyma
/
jmp-schemas
summary
tree
log
refs
ref:
b773f02d66cfd6f999eb96cf0016ce65b54692ff
jmp-schemas
/
revert
/customer_plans.sql
-rw-r--r--
81 bytes
View
Log
Blame
View raw
b773f02d
—
Stephen Paul Weber
Verification shouldn't actually select all data
1 year, 5 months ago
1
2
3
4
5
6
7
--
Revert
jmp
:
customer_plans
from
pg
BEGIN
;
DROP
VIEW
customer_plans
;
COMMIT
;