Add stems_link support for Pingvin-Share-X delivery

This commit is contained in:
Troll (Hermes Agent) 2026-08-04 01:10:15 +00:00
parent 02f1d05301
commit d02d0b3d25
4 changed files with 48 additions and 4 deletions

View file

@ -49,7 +49,8 @@ CREATE TABLE IF NOT EXISTS requests (
player_token TEXT NOT NULL UNIQUE,
revision_count INTEGER DEFAULT 0,
revision_note TEXT,
operator_notes TEXT
operator_notes TEXT,
stems_link TEXT
);
CREATE INDEX IF NOT EXISTS idx_requests_status ON requests(status);