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 TABLE IF EXISTS source_chunk;
|
||||||
REMOVE INDEX IF EXISTS idx_source_full ON TABLE 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;
|
DEFINE FIELD IF NOT EXISTS archived ON TABLE notebook TYPE option<bool> DEFAULT False;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue