From f166ef0a70339bc6a81ae86f4c084312f9d80443 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 1 Jul 2024 18:28:18 +0100 Subject: Fix some minor issues with the sqloper schemas. - Only create the pgsql table if it doesn't exist. - Separate the active column out from others. --- docs/sql/sqloper/sqlite3.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/sql/sqloper/sqlite3.sql') diff --git a/docs/sql/sqloper/sqlite3.sql b/docs/sql/sqloper/sqlite3.sql index 0e54c1351..83aa20c6e 100644 --- a/docs/sql/sqloper/sqlite3.sql +++ b/docs/sql/sqloper/sqlite3.sql @@ -1,5 +1,6 @@ CREATE TABLE IF NOT EXISTS "ircd_opers" ( "active" bool NOT NULL DEFAULT true, + "name" text NOT NULL, "password" text NOT NULL, "host" text NOT NULL, -- cgit v1.3.1-10-gc9f91