fix : sql update for preference is missing

This commit is contained in:
Dany De Bontridder 2013-09-19 11:45:01 +00:00
parent aaf78273a6
commit fd06747b14

View file

@ -167,4 +167,7 @@ b_order integer default 1,
b_action text,
login text
);
comment on table bookmark is 'Bookmark of the connected user';
comment on table bookmark is 'Bookmark of the connected user';
/*
* Missing update for preference !!!
*/