fix: harden AI analysis and seed defaults
This commit is contained in:
@@ -47,8 +47,6 @@ export const aiKnowledgeScopeEnum = pgEnum("ai_knowledge_scope", ["platform", "o
|
||||
export const aiKnowledgeStatusEnum = pgEnum("ai_knowledge_status", ["enabled", "disabled"]);
|
||||
export const elderAiAnalysisStatusEnum = pgEnum("elder_ai_analysis_status", ["completed", "failed"]);
|
||||
|
||||
export const AI_KNOWLEDGE_EMBEDDING_DIMENSIONS = 1536;
|
||||
|
||||
export const systemSettings = pgTable("system_settings", {
|
||||
id: text("id").primaryKey().default("global"),
|
||||
registrationEnabled: boolean("registration_enabled").notNull().default(true),
|
||||
|
||||
Reference in New Issue
Block a user