Index: credentials.sql =================================================================== --- credentials.sql (revision 309) +++ credentials.sql (revision 310) @@ -7,7 +7,7 @@ status smallint not null default 0, opaque smallint not null default 0, uid integer not null default 0, - ext_id integer not null default 0, + ext_id numeric not null default 0, sections integer, name text, main integer,