This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
pasty
Watch
1
Star
0
Fork
0
You've already forked pasty
mirror of
https://github.com/lus/pasty.git
synced
2023-08-10 21:13:09 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
127af0a907
pasty
/
internal
/
storage
/
postgres
/
migrations
/
000001_initialize_schema.down.sql
Lukas Schulte Pelkum
b9a6a81821
implement SQLite storage driver
2023-06-13 01:22:05 +02:00
5 lines
37 B
PL/PgSQL
Raw
Blame
History
begin
;
drop
table
"
pastes
"
;
commit
;
Reference in New Issue
View Git Blame
Copy Permalink