sourcehut
Log in
—
Register
~singpolyma
/
jmp-schemas
summary
tree
log
refs
ref:
bd52ab015968f1480226210aeb097f3347f280bd
jmp-schemas
/
revert
/transactions.sql
-rw-r--r--
78 bytes
View
Log
Blame
View raw
bd52ab01
—
Stephen Paul Weber
Create the transactions table
1 year, 11 months ago
1
2
3
4
5
6
7
--
Revert
jmp
:
transactions
from
pg
BEGIN
;
DROP
TABLE
transactions
;
COMMIT
;