pasty/internal/storage/postgres/migrations
Lukas Schulte Pelkum 99504e0bba
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 22:26:21 +02:00
..
000001_initialize_schema.down.sql Implement working postgres driver 2021-04-15 21:30:37 +02:00
000001_initialize_schema.up.sql Implement working postgres driver 2021-04-15 21:30:37 +02:00
000002_rename_deletion_token.down.sql Implement API v2 (#13) 2021-07-22 22:26:21 +02:00
000002_rename_deletion_token.up.sql Implement API v2 (#13) 2021-07-22 22:26:21 +02:00
000003_add_metadata.down.sql Implement API v2 (#13) 2021-07-22 22:26:21 +02:00
000003_add_metadata.up.sql Implement API v2 (#13) 2021-07-22 22:26:21 +02:00