Skip to content

Commit

Permalink
feat: add 1.0 migration page (#2224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meierschlumpf authored Dec 17, 2024
1 parent 3737543 commit d63c610
Show file tree
Hide file tree
Showing 15 changed files with 913 additions and 17 deletions.
10 changes: 10 additions & 0 deletions drizzle/0001_brave_mimic.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CREATE TABLE `migrate_token` (
`id` text PRIMARY KEY NOT NULL,
`token` text NOT NULL,
`boards` integer NOT NULL,
`users` integer NOT NULL,
`integrations` integer NOT NULL,
`expires` integer NOT NULL
);
--> statement-breakpoint
CREATE UNIQUE INDEX `migrate_token_token_unique` ON `migrate_token` (`token`);
Loading

0 comments on commit d63c610

Please sign in to comment.