Added a new entry to the action table: Notification was displayed in the listing
[gnucomo.git] / src / database / create.sql
index 9cd0309..219abe0 100644 (file)
 -- DBA create the database and give access permissions.
 --
 --  $Log: create.sql,v $
 -- DBA create the database and give access permissions.
 --
 --  $Log: create.sql,v $
---  Revision 1.10  2003-02-14 06:32:27  arjen
+--  Revision 1.11  2003-02-16 08:24:38  arjen
+--  Added a new entry to the action table: Notification was displayed in the listing
+--
+--  Revision 1.10  2003/02/14 06:32:27  arjen
 --  Setup the groups and database permissions. The three groups
 --  are: view, ops and admin.
 --  Added a new entry to the action table.
 --  Setup the groups and database permissions. The three groups
 --  are: view, ops and admin.
 --  Added a new entry to the action table.
@@ -70,6 +73,7 @@ COPY "action" FROM stdin;
 18     Notification closed     cls     The notification has been closed.
 19     Notification reopend    opn     The notification has been reopend.
 20     Redisplayed to user     \N      The notification has been presented to a user. This is not the first time
 18     Notification closed     cls     The notification has been closed.
 19     Notification reopend    opn     The notification has been reopend.
 20     Redisplayed to user     \N      The notification has been presented to a user. This is not the first time
+21     Displayed in list       \N      The notification has been presented in a list with other notifications.
 \.
 
 CREATE UNIQUE INDEX action_actionid_key ON "action" USING btree (actionid);
 \.
 
 CREATE UNIQUE INDEX action_actionid_key ON "action" USING btree (actionid);
@@ -124,7 +128,7 @@ CREATE TABLE "db_value"
 
 
 COPY "db_value" FROM stdin;
 
 
 COPY "db_value" FROM stdin;
-db_version     28
+db_version     31
 gcm_daemon_version     1
 log_processing 0
 last_notification      0
 gcm_daemon_version     1
 log_processing 0
 last_notification      0