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
develop
pasty
/
internal
/
storage
/
postgres
/
migrations
/
000003_add_metadata.up.sql
5 lines
76 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
Implement API v2 (#13) * Add documentation notice * Rename the deletion token to modification token * Implement API basics * Implement paste modification endpoint (#10) * Implement paste metadata * Implement report webhook support * Document API * Document paste entity * Update syntax highlighting types (js -> jsonc) * Update migrator
2021-07-22 23:26:21 +03:00
begin
;
Fix postgres migration
2021-07-22 23:44:00 +03:00
alter
table
if
exists
"
pastes
"
add
column
"
metadata
"
jsonb
;
Implement API v2 (#13) * Add documentation notice * Rename the deletion token to modification token * Implement API basics * Implement paste modification endpoint (#10) * Implement paste metadata * Implement report webhook support * Document API * Document paste entity * Update syntax highlighting types (js -> jsonc) * Update migrator
2021-07-22 23:26:21 +03:00
commit
;
Reference in New Issue
Copy Permalink