mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-20 22:57:18 +02:00
refactor: renamed instructions to context
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
DEFINE FIELD IF NOT EXISTS context ON text_content TYPE option<string>;
|
||||
DEFINE FIELD OVERWRITE instructions ON text_content TYPE option<string>;
|
||||
|
||||
UPDATE text_content SET context = instructions WHERE instructions IS NOT NONE;
|
||||
|
||||
UPDATE text_content UNSET instructions;
|
||||
|
||||
REMOVE FIELD instructions ON TABLE text_content;
|
||||
Reference in New Issue
Block a user