feat: database level metadata provider init

This commit is contained in:
DecDuck
2025-03-13 15:20:13 +11:00
parent 789361ea73
commit 0ca9a3b2f7
8 changed files with 90 additions and 54 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "ApplicationSettings" ADD COLUMN "metadataProviders" TEXT[];