feat(spotlight): add default search engine (#1807)
This commit is contained in:
1
packages/db/migrations/sqlite/0019_steady_darkhawk.sql
Normal file
1
packages/db/migrations/sqlite/0019_steady_darkhawk.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `user` ADD `default_search_engine_id` text REFERENCES search_engine(id);
|
||||
1609
packages/db/migrations/sqlite/meta/0019_snapshot.json
Normal file
1609
packages/db/migrations/sqlite/meta/0019_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -134,6 +134,13 @@
|
||||
"when": 1735593831501,
|
||||
"tag": "0018_cheerful_tattoo",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 19,
|
||||
"version": "6",
|
||||
"when": 1735651175378,
|
||||
"tag": "0019_steady_darkhawk",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user