forked from cosmic/scythe
1
0
Fork 0
scythe/src/db/migrations/0005_shallow_dragon_lord.sql

11 lines
261 B
SQL

CREATE TABLE `starboard_messages` (
`message` text PRIMARY KEY NOT NULL
);
--> statement-breakpoint
CREATE TABLE `starboard_settings` (
`guild` text PRIMARY KEY NOT NULL,
`threshold` integer NOT NULL,
`channel` text NOT NULL,
`enabled` integer NOT NULL
);