From: Greg Sabino Mullane Date: Mon, 26 Mar 2007 00:02:16 +0000 (+0000) Subject: Another pesky comma where it shouldn't be. X-Git-Tag: 1.31.0-rc.0~53610 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=af8440f1644caf0ebe5daceed61f895f192e3832;p=lhc%2Fweb%2Fwiklou.git Another pesky comma where it shouldn't be. --- diff --git a/maintenance/postgres/tables.sql b/maintenance/postgres/tables.sql index b18cc9e42c..5eba2cf92d 100644 --- a/maintenance/postgres/tables.sql +++ b/maintenance/postgres/tables.sql @@ -408,7 +408,7 @@ CREATE TABLE logging ( log_title TEXT NOT NULL, log_comment TEXT, log_params TEXT, - log_deleted INTEGER NOT NULL DEFAULT 0, + log_deleted INTEGER NOT NULL DEFAULT 0 ); CREATE INDEX logging_type_name ON logging (log_type, log_timestamp); CREATE INDEX logging_user_time ON logging (log_timestamp, log_user);