mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-29 19:00:51 +02:00
e3bb2935d0
Unify embedding config, build providers from system settings, and fail startup when index builds error or time out. Move Surreal assets under common/db so embeds exclude crate source, and read storage via streams.
8 lines
267 B
Plaintext
8 lines
267 B
Plaintext
# Defines the schema for the 'analytics' table.
|
|
|
|
DEFINE TABLE IF NOT EXISTS analytics SCHEMALESS;
|
|
|
|
# Custom fields from the Analytics struct
|
|
DEFINE FIELD IF NOT EXISTS page_loads ON analytics TYPE number;
|
|
DEFINE FIELD IF NOT EXISTS visitors ON analytics TYPE number;
|