Files
aniplay-api/drizzle/0006_sticky_donald_blake.sql
Rushil Perera 336701a84b feat: schedule next airing episode
happens when new title is saved, or when new episode internal route is run successfully
2024-09-09 03:53:34 -05:00

6 lines
133 B
SQL

CREATE TABLE `title_messages` (
`title_id` integer NOT NULL,
`message_id` text NOT NULL,
PRIMARY KEY(`message_id`, `title_id`)
);