Replace entire codebase with homarr-labs/homarr
This commit is contained in:
8
packages/db/migrations/sqlite/0008_third_thor.sql
Normal file
8
packages/db/migrations/sqlite/0008_third_thor.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE `search_engine` (
|
||||
`id` text PRIMARY KEY NOT NULL,
|
||||
`icon_url` text NOT NULL,
|
||||
`name` text NOT NULL,
|
||||
`short` text NOT NULL,
|
||||
`description` text,
|
||||
`url_template` text NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user