liquid_feedback_core

changeset 432:5676b0d33833

Updated update script to include previous bugfix
author jbe
date Thu May 22 12:40:30 2014 +0200 (2014-05-22)
parents a1031e47760b
children 603f6e4bbedf
files update/core-update.v3.0.1-v3.0.2.sql
line diff
     1.1 --- a/update/core-update.v3.0.1-v3.0.2.sql	Thu May 22 12:38:59 2014 +0200
     1.2 +++ b/update/core-update.v3.0.1-v3.0.2.sql	Thu May 22 12:40:30 2014 +0200
     1.3 @@ -296,7 +296,7 @@
     1.4                      IF "i" != "j" THEN
     1.5                        "matrix_t"["i"]["j"] := CASE
     1.6                           WHEN "matrix_f"["i"]["j"]
     1.7 -                         THEN (-1::INT8) << 63  -- worst possible value
     1.8 +                         THEN ((-1::INT8) << 63, 0)::"link_strength"  -- worst possible value
     1.9                           ELSE "matrix_d"["i"]["j"] END;
    1.10                      END IF;
    1.11                      EXIT WHEN "j" = "dimension_v";

Impressum / About Us