Add interface to view post and user JSON data

This commit is contained in:
Jesse Wierzbinski 2024-04-08 18:33:59 -10:00
parent 342a8011f1
commit db37510370
No known key found for this signature in database
21 changed files with 248 additions and 122 deletions

View file

@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "Status" ALTER COLUMN "uri" DROP NOT NULL;
-- AlterTable
ALTER TABLE "User" ALTER COLUMN "uri" DROP NOT NULL;