Skip to content

Commit

Permalink
chore: added a new table to store the config in the database (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamtschatka authored Jul 7, 2024
1 parent 6a8d839 commit ee167be
Show file tree
Hide file tree
Showing 4 changed files with 1,106 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/db/drizzle/0026_silky_imperial_guard.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CREATE TABLE `config` (
`key` text PRIMARY KEY NOT NULL,
`value` text NOT NULL
);
Loading

0 comments on commit ee167be

Please sign in to comment.