Boolean on some attributes

This commit is contained in:
Michael RICOIS 2014-08-19 15:01:48 +00:00
parent 058bd99844
commit 903e3cb394
2 changed files with 19 additions and 18 deletions

View File

@ -16,7 +16,7 @@ source ent
sql_attr_uint = siren
sql_attr_uint = nic
sql_attr_uint = siege
sql_attr_uint = actif
sql_attr_bool = actif
sql_attr_uint = adr_num
sql_attr_uint = adr_cp
sql_attr_uint = adr_dep
@ -25,6 +25,7 @@ source ent
sql_attr_uint = rang
}
index ent
{
source = ent

View File

@ -16,12 +16,12 @@ source ent
sql_attr_uint = siren
sql_attr_uint = nic
sql_attr_uint = siege
sql_attr_uint = actif
sql_attr_bool = actif
sql_attr_uint = adr_num
sql_attr_uint = adr_cp
sql_attr_uint = adr_dep
sql_attr_uint = cj
sql_attr_uint = sirenValide
sql_attr_uint = cj:4
sql_attr_bool = sirenValide
sql_attr_uint = rang
}