From c203035f9b311065540dd1a63393525e61ad10f8 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 10 Feb 2011 18:56:54 +0100 Subject: [PATCH] USER_FLAG_ description extended --- sql/sql.d/005-anagr.sql.noinsert | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sql/sql.d/005-anagr.sql.noinsert b/sql/sql.d/005-anagr.sql.noinsert index d97df09..805211d 100644 --- a/sql/sql.d/005-anagr.sql.noinsert +++ b/sql/sql.d/005-anagr.sql.noinsert @@ -3,9 +3,11 @@ -- -- macro for user_flag bit-field --- define(USER_FLAG_TY_ALL, 0x000f0000); // done --- define(USER_FLAG_TY_NORM, 0x00010000); // done --- define(USER_FLAG_TY_SUPER, 0x00020000); // done +-- define(USER_FLAG_TY_ALL, 0x000f0000); // done +-- define(USER_FLAG_TY_NORM, 0x00010000); // done +-- define(USER_FLAG_TY_SUPER, 0x00020000); // done +-- define(USER_FLAG_TY_SUSPEND, 0x00400000); // done +-- define(USER_FLAG_TY_DISABLE, 0x00800000); // done INSERT INTO #PFX#users VALUES (1, 'uno', md5('one'), 'uno@pluto.com', CAST (X'00020000' as integer)); INSERT INTO #PFX#users VALUES (2, 'due', md5('two'), 'due@pluto.com', CAST (X'00010000' as integer)); -- 2.17.1