simple
This commit is contained in:
parent
bebc92395a
commit
3efb9a76f5
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ CREATE INDEX IF NOT EXISTS idx_system_settings_key ON system_settings(key);
|
|||
-- Create index on category for filtering
|
||||
CREATE INDEX IF NOT EXISTS idx_system_settings_category ON system_settings(category);
|
||||
|
||||
|
||||
-- Insert default settings
|
||||
INSERT INTO system_settings (key, value, category)
|
||||
VALUES
|
||||
|
|
|
|||
Loading…
Reference in a new issue