fix migration script

This commit is contained in:
LUIS NOVO 2024-10-29 08:12:33 -03:00
parent 3ed82e2d80
commit 6bb4d47eeb

View file

@ -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;