-- Mark decks that were added from the community (no Publish in UI)
ALTER TABLE omotomo.decks
ADD COLUMN IF NOT EXISTS copied_from_deck_id uuid NULL;
Powered by TurnKey Linux.