updating schema and example config

This commit is contained in:
2026-05-15 14:22:41 +02:00
parent b43268ddc6
commit f4faffd4de
2 changed files with 78 additions and 68 deletions

View File

@@ -2700,6 +2700,8 @@ GRANT ALL ON SCHEMA public TO PUBLIC;
-- PostgreSQL database dump complete
--
SET search_path TO public;
-- Migration to add user_ips table for historical IP logging
CREATE TABLE IF NOT EXISTS user_ips (
id SERIAL PRIMARY KEY,