You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
152 B

-- 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.