From fd06747b14eca4e16e09b2d6f98e10756775808e Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 19 Sep 2013 11:45:01 +0000 Subject: [PATCH] fix : sql update for preference is missing --- sql/upgrade.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sql/upgrade.sql b/sql/upgrade.sql index 30f957391..fee2d4a57 100644 --- a/sql/upgrade.sql +++ b/sql/upgrade.sql @@ -167,4 +167,7 @@ b_order integer default 1, b_action text, login text ); -comment on table bookmark is 'Bookmark of the connected user'; \ No newline at end of file +comment on table bookmark is 'Bookmark of the connected user'; +/* + * Missing update for preference !!! + */ \ No newline at end of file