update API

This commit is contained in:
Hongbo Wu
2024-05-28 14:45:33 +08:00
parent 88dcdbfb2d
commit e131afc183
11 changed files with 175 additions and 43 deletions

View File

@ -17,4 +17,6 @@ ALTER TABLE omnivore.library_item
DROP COLUMN topic,
DROP COLUMN score;
DROP EXTENSION LTREE;
COMMIT;