]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/sql/sqloper.pgsql.sql
Ignore moved lines in mkheaders.
[user/henk/code/inspircd.git] / docs / sql / sqloper.pgsql.sql
index 0b3cdb8dc051a562dd7fc56885d9a0f27d07c908..954bc84fa8becbbd466925f3e29f254d77caa1fd 100644 (file)
@@ -6,8 +6,8 @@ CREATE TABLE ircd_opers (
     "host" text NOT NULL,
     "type" text NOT NULL,
     "fingerprint" text,
-    "autologin" boolean NOT NULL DEFAULT 0,
-    "active" boolean NOT NULL DEFAULT 1
+    "autologin" smallint NOT NULL DEFAULT 0,
+    "active" smallint NOT NULL DEFAULT 1
 );
 ALTER TABLE ONLY ircd_opers
     ADD CONSTRAINT ircd_opers_pkey PRIMARY KEY (id);