feat(server): add soft deleted flag to optimized blob table (#5058)

requires https://github.com/toeverything/OctoBase/pull/561
This commit is contained in:
liuyi
2023-11-27 07:06:30 +00:00
parent 2deceb6e85
commit 8cc9a0b21b
4 changed files with 18 additions and 14 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "optimized_blobs" ADD COLUMN "deleted_at" TIMESTAMPTZ(6);