From df8c422840464eba16e723c6f1bf42aadf63cad0 Mon Sep 17 00:00:00 2001
From: Timothy Stack <stack@flux.utah.edu>
Date: Wed, 6 Apr 2005 04:55:48 +0000
Subject: [PATCH] Add reload event for nodes.

---
 sql/database-fill.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sql/database-fill.sql b/sql/database-fill.sql
index fb38194929..00f6844762 100644
--- a/sql/database-fill.sql
+++ b/sql/database-fill.sql
@@ -86,6 +86,7 @@ REPLACE INTO event_eventtypes VALUES (18,'MESSAGE');
 REPLACE INTO event_eventtypes VALUES (19,'LOG');
 REPLACE INTO event_eventtypes VALUES (20,'RUN');
 REPLACE INTO event_eventtypes VALUES (21,'SNAPSHOT');
+REPLACE INTO event_eventtypes VALUES (22,'RELOAD');
 
 --
 -- Dumping data for table `event_objecttypes`
-- 
GitLab