mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
99504e0bba
* 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
5 lines
71 B
PL/PgSQL
5 lines
71 B
PL/PgSQL
begin;
|
|
|
|
alter table if exists "pastes" drop column "metadata";
|
|
|
|
commit; |