12021-03-21 Dewei Zhu <dewei_zhu@apple.com>
2
3 [perf dashboard] Perf dashboard should be compatible with newer version of postgres.
4 https://bugs.webkit.org/show_bug.cgi?id=223567
5
6 Reviewed by NOBODY (OOPS!).
7
8 Newer version of postgres requires explicit ROW expression while updating a single column
9 using multi-column update syntax.
10
11 * public/include/db.php: Use explicit ROW expression on update query.
12