Taking care of all the issues #26

Merged
SoXX merged 4 commits from feature/fixes-and-enhancments into main 2025-01-21 14:51:26 +00:00
Showing only changes of commit d52b8f7f81 - Show all commits

View File

@ -0,0 +1,5 @@
-- +migrate Up
ALTER TABLE "Source"
ADD COLUMN enabled BOOL DEFAULT FALSE,
ADD COLUMN meta JSON DEFAULT '{}';