chore: upgrade version 0.13.1 (#1754)

This commit is contained in:
boojack
2023-05-27 09:09:41 +08:00
committed by GitHub
parent 93d608f050
commit 2e34ce90a1
16 changed files with 48 additions and 303 deletions

View File

@@ -3,7 +3,6 @@ ALTER TABLE
ADD
COLUMN public_id TEXT NOT NULL DEFAULT '';
-- TODO(steven): remove this in next release.
CREATE UNIQUE INDEX resource_id_public_id_unique_index ON resource (id, public_id);
UPDATE