badgey/migrations/2024-10-13-104402_quarantin.../up.sql

5 lines
146 B
MySQL
Raw Permalink Normal View History

CREATE TABLE IF NOT EXISTS "quarantine_channels" (
id SERIAL PRIMARY KEY,
qc_role_id BIGINT NOT NULL,
qc_channel_id BIGINT NOT NULL
);