mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* chore: add source type into user_install_plugins * fix: change the source type into varchar
1 line
84 B
SQL
1 line
84 B
SQL
ALTER TABLE "user_installed_plugins" ADD COLUMN IF NOT EXISTS "source" varchar(255); |