mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-20 06:37:39 +02:00
feat: database migrations
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Ensure 'analytics:current' record exists
|
||||
CREATE analytics:current CONTENT {
|
||||
page_loads: 0,
|
||||
visitors: 0,
|
||||
};
|
||||
|
||||
# Ensure 'system_settings:current' record exists
|
||||
CREATE system_settings:current CONTENT {
|
||||
registrations_enabled: true,
|
||||
require_email_verification: false,
|
||||
query_model: "gpt-4o-mini",
|
||||
processing_model: "gpt-4o-mini",
|
||||
query_system_prompt: "<Your default query prompt here>",
|
||||
ingestion_system_prompt: "<Your default ingress prompt here>"
|
||||
};
|
||||
Reference in New Issue
Block a user