NODEDC_TASKMANAGER_CODEXAPI/migrations/003_token_suffix.sql

3 lines
69 B
SQL

ALTER TABLE agent_tokens
ADD COLUMN IF NOT EXISTS token_suffix text;