X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=sql%2Fsql.d%2F005-anagr.sql.noinsert;h=805211d915a4deb18380a71043eaf39f35622478;hb=c203035f9b311065540dd1a63393525e61ad10f8;hp=d97df09b06131ddbe550fbab7463d84c75286e6a;hpb=9fba6a242795ed609150c23ab6ea886a3b78e718;p=brisk.git 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));