diff options
-rw-r--r-- | install/schema_postgres.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql index cdca79cfc..52b44bd07 100644 --- a/install/schema_postgres.sql +++ b/install/schema_postgres.sql @@ -1094,7 +1094,7 @@ create index "pc_expire" on profile_check ("expire"); CREATE TABLE "register" ( "reg_id" serial NOT NULL, "reg_vital" int DEFAULT 1 NOT NULL, - "reg_flags_" bigint DEFAULT 0 NOT NULL, + "reg_flags" bigint DEFAULT 0 NOT NULL, "reg_didx" char(1) DEFAULT '' NOT NULL, "reg_did2" text DEFAULT '' NOT NULL, "reg_hash" text DEFAULT '' NOT NULL, |