mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-05 07:08:28 +00:00
fix migration script
This commit is contained in:
parent
3ed82e2d80
commit
6bb4d47eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
|
||||
DEFINE FIELD full_text ON TABLE source TYPE option<string>;
|
||||
REMOVE TABLE IF EXISTS source_chunk;
|
||||
REMOVE INDEX IF EXISTS idx_source_full ON TABLE source_chunk;
|
||||
DEFINE FIELD IF NOT EXISTS archived ON TABLE notebook TYPE option<bool> DEFAULT False;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue