waveterm/db/migrations-wstore
Sylvie Crowe ef30221e0b
Allow AI Presets To Automatically Update Widgets (#1954)
This change makes it so changes to the presets file are no longer being
written to metadata. Instead, the preset data is read separately
(although it is still possible to override it with metadata if done
manually).

Because presets are being tracked separately, if the associated metadata
key is not set, changes to the `presets/ai.json` file will be applied
immediately without switching the preset choice. Note that `ai:preset`
is still used in metadata to associate a block with a preset.

Additionallly, this introduces a database migration to clear out the
metadata items starting with `ai:` except for `ai:preset`. This will
allow the change to apply to existing blocks in addition to new ones.
2025-02-13 13:38:12 -08:00
..
000001_init.down.sql Break layout node into its own Wave Object (#21) 2024-06-05 17:21:40 -07:00
000001_init.up.sql Break layout node into its own Wave Object (#21) 2024-06-05 17:21:40 -07:00
000002_init.down.sql Break layout node into its own Wave Object (#21) 2024-06-05 17:21:40 -07:00
000002_init.up.sql Break layout node into its own Wave Object (#21) 2024-06-05 17:21:40 -07:00
000003_activity.down.sql adding telemetry updates (#209) 2024-08-08 18:24:54 -07:00
000003_activity.up.sql adding telemetry updates (#209) 2024-08-08 18:24:54 -07:00
000004_history.down.sql new directory structure and oldmigrate (#327) 2024-09-05 14:05:42 -07:00
000004_history.up.sql new directory structure and oldmigrate (#327) 2024-09-05 14:05:42 -07:00
000005_blockparent.down.sql vdom 4 (#1110) 2024-10-23 22:47:29 -07:00
000005_blockparent.up.sql vdom 4 (#1110) 2024-10-23 22:47:29 -07:00
000006_workspace.down.sql Workspaces are back! (#1282) 2024-12-02 10:56:56 -08:00
000006_workspace.up.sql Workspaces are back! (#1282) 2024-12-02 10:56:56 -08:00
000007_events.down.sql new tevents analytics framework (#1894) 2025-02-03 15:32:44 -08:00
000007_events.up.sql new tevents analytics framework (#1894) 2025-02-03 15:32:44 -08:00
000008_aimeta.down.sql Allow AI Presets To Automatically Update Widgets (#1954) 2025-02-13 13:38:12 -08:00
000008_aimeta.up.sql Allow AI Presets To Automatically Update Widgets (#1954) 2025-02-13 13:38:12 -08:00