fix : sql update for preference is missing
This commit is contained in:
parent
aaf78273a6
commit
fd06747b14
1 changed files with 4 additions and 1 deletions
|
|
@ -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 !!!
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue