Explorar o código

updated properties of attribute asserted_id

Karel Kozlik %!s(int64=19) %!d(string=hai) anos
pai
achega
9f5e1ee9cc

+ 3 - 3
db/schema/attr_types.xml

@@ -122,9 +122,9 @@
          <value col="at.type">2</value>
          <value col="at.rich_t">string</value>
          <value col="at.desc">asserted identity</value>
-         <value col="at.d_flags">1</value>
-         <value col="at.prior">0</value>
-         <value col="at.order">0</value>
+         <value col="at.d_flags">33</value>
+         <value col="at.prior">256</value>
+         <value col="at.order">200</value>
     </row>
 	 
     <row><value col="at.name">fr_timer</value>    

+ 1 - 1
scripts/dbtext/ser_db/attr_types

@@ -1,7 +1,7 @@
 name(str) rich_type(str) raw_type(int) type_spec(str,null) description(str,null) default_flags(int) flags(int) priority(int) ordering(int) 
 uid:string:2:::1:0:0:0
 did:string:2:::1:0:0:0
-asserted_id:string:2::asserted identity:1:0:0:0
+asserted_id:string:2::asserted identity:33:0:256:200
 fr_timer:int:0::@ff_fr_timer:33:0:1073807616:140
 fr_inv_timer:int:0::@ff_fr_inv_timer:33:0:1073807616:150
 gflags:int:0::global flags:33:0:1073741824:0

+ 1 - 1
scripts/mysql/my_create.sql

@@ -94,7 +94,7 @@ CREATE TABLE attr_types (
 
 INSERT INTO attr_types (name, raw_type, default_flags) VALUES ('uid', '2', '1');
 INSERT INTO attr_types (name, raw_type, default_flags) VALUES ('did', '2', '1');
-INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('asserted_id', '2', 'string', 'asserted identity', '1', '0', '0');
+INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('asserted_id', '2', 'string', 'asserted identity', '33', '256', '200');
 INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('fr_timer', '0', 'int', '@ff_fr_timer', '33', '1073807616', '140');
 INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('fr_inv_timer', '0', 'int', '@ff_fr_inv_timer', '33', '1073807616', '150');
 INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('gflags', '0', 'int', 'global flags', '33', '1073741824', '0');

+ 1 - 1
scripts/oracle/or_create.sql

@@ -92,7 +92,7 @@ CREATE TABLE attr_types (
 
 INSERT INTO attr_types (name, raw_type, default_flags) VALUES ('uid', '2', '1');
 INSERT INTO attr_types (name, raw_type, default_flags) VALUES ('did', '2', '1');
-INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('asserted_id', '2', 'string', 'asserted identity', '1', '0', '0');
+INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('asserted_id', '2', 'string', 'asserted identity', '33', '256', '200');
 INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('fr_timer', '0', 'int', '@ff_fr_timer', '33', '1073807616', '140');
 INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('fr_inv_timer', '0', 'int', '@ff_fr_inv_timer', '33', '1073807616', '150');
 INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('gflags', '0', 'int', 'global flags', '33', '1073741824', '0');

+ 1 - 1
scripts/postgres/pg_create.sql

@@ -94,7 +94,7 @@ CREATE TABLE attr_types (
 
 INSERT INTO attr_types (name, raw_type, default_flags) VALUES ('uid', '2', '1');
 INSERT INTO attr_types (name, raw_type, default_flags) VALUES ('did', '2', '1');
-INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('asserted_id', '2', 'string', 'asserted identity', '1', '0', '0');
+INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('asserted_id', '2', 'string', 'asserted identity', '33', '256', '200');
 INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('fr_timer', '0', 'int', '@ff_fr_timer', '33', '1073807616', '140');
 INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('fr_inv_timer', '0', 'int', '@ff_fr_inv_timer', '33', '1073807616', '150');
 INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, priority, ordering) VALUES ('gflags', '0', 'int', 'global flags', '33', '1073741824', '0');