Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit c86c691

Browse files
Merge pull request #2227 from ajnart/dev
2 parents 0a31b0f + ed3d143 commit c86c691

181 files changed

Lines changed: 2601 additions & 685 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

drizzle/0001_brave_mimic.sql

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
CREATE TABLE `migrate_token` (
2+
`id` text PRIMARY KEY NOT NULL,
3+
`token` text NOT NULL,
4+
`boards` integer NOT NULL,
5+
`users` integer NOT NULL,
6+
`integrations` integer NOT NULL,
7+
`expires` integer NOT NULL
8+
);
9+
--> statement-breakpoint
10+
CREATE UNIQUE INDEX `migrate_token_token_unique` ON `migrate_token` (`token`);

0 commit comments

Comments
 (0)