feat: Add new columns "enabled" and "meta" to "Source" table with defaults
All checks were successful
Gitea Build Check / Build (pull_request) Successful in 3m14s
All checks were successful
Gitea Build Check / Build (pull_request) Successful in 3m14s
Signed-off-by: SoXX <soxx@anthrove.art>
This commit is contained in:
parent
baa49d0a81
commit
d52b8f7f81
@ -0,0 +1,5 @@
|
||||
-- +migrate Up
|
||||
|
||||
ALTER TABLE "Source"
|
||||
ADD COLUMN enabled BOOL DEFAULT FALSE,
|
||||
ADD COLUMN meta JSON DEFAULT '{}';
|
Loading…
x
Reference in New Issue
Block a user