Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
01c9ef0b
Commit
01c9ef0b
authored
Jan 08, 2006
by
Timothy Stack
Browse files
Add the clear and create eventtypes.
parent
3280ad68
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
01c9ef0b
...
...
@@ -87,6 +87,8 @@ 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'
);
REPLACE
INTO
event_eventtypes
VALUES
(
23
,
'CLEAR'
);
REPLACE
INTO
event_eventtypes
VALUES
(
24
,
'CREATE'
);
--
-- Dumping data for table `event_objecttypes`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment