Added a new entry to the action table: Notification was displayed in the listing
[gnucomo.git] / src / gcm_daemon / classes / gnucomo_db_version.php
index e69ca90..a32e8ed 100644 (file)
@@ -280,9 +280,15 @@ case 28:
 case 29:
      $local_sql = "INSERT INTO action (actionname, description) VALUES ('Redisplayed to user', "
       . "'The notification has been presented to a user. This is not the first time')";
-      echo $local_sql;
      $dbms->query ($local_sql);
 
+case 30:
+    $local_sql = "INSERT INTO action (actionname, description) VALUES ('Displayed in list', "
+     . "'The notification has been presented in a list with other notifications.')";
+    $dbms->query ($local_sql);
+
+              
+
 /*    
      //These columns have to be removed when a new version of PGSQL has become mainstream that supportsa DROP COLUMN
      $local_sql = "ALTER TABLE log DROP COLUMN recognized";