Files
lobehub/packages/database/migrations/0058_add_source_into_user_plugins.sql
Shinji-Li c09f2474db 🔨 chore: add source type into user_install_plugins (#10603)
* chore: add source type into user_install_plugins

* fix: change the source type into varchar
2025-12-04 18:14:21 +08:00

1 line
84 B
SQL

ALTER TABLE "user_installed_plugins" ADD COLUMN IF NOT EXISTS "source" varchar(255);