Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emmanuel Cecchet
emulab-devel
Commits
5f7792e3
Commit
5f7792e3
authored
20 years ago
by
Timothy Stack
Browse files
Options
Downloads
Patches
Plain Diff
Add timeline and sequence event_objecttypes
parent
17cc2489
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/database-fill.sql
+4
-2
4 additions, 2 deletions
sql/database-fill.sql
with
4 additions
and
2 deletions
sql/database-fill.sql
+
4
−
2
View file @
5f7792e3
...
...
@@ -98,6 +98,8 @@ REPLACE INTO event_objecttypes VALUES (7,'LINKTEST');
REPLACE
INTO
event_objecttypes
VALUES
(
8
,
'NSE'
);
REPLACE
INTO
event_objecttypes
VALUES
(
9
,
'SLOTHD'
);
REPLACE
INTO
event_objecttypes
VALUES
(
10
,
'NODE'
);
REPLACE
INTO
event_objecttypes
VALUES
(
11
,
'SEQUENCE'
);
REPLACE
INTO
event_objecttypes
VALUES
(
12
,
'TIMELINE'
);
--
-- Dumping data for table `exported_tables`
...
...
@@ -612,7 +614,6 @@ REPLACE INTO table_regex VALUES ('experiments','jail_osname','text','redirect','
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'delay_osname'
,
'text'
,
'redirect'
,
'os_info:osname'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'use_ipassign'
,
'int'
,
'redirect'
,
'default:boolean'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'ipassign_args'
,
'text'
,
'regex'
,
'^[
\\
w
\\
s-]*$'
,
0
,
255
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'security_level'
,
'int'
,
'redirect'
,
'default:tinyuint'
,
0
,
4
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'nodes'
,
'bios_version'
,
'text'
,
'regex'
,
'^[-
\\
w
\\
.+]+$'
,
0
,
64
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'os_info'
,
'osid'
,
'text'
,
'regex'
,
'^[-
\\
w
\\
.+]+$'
,
2
,
35
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'expt_name'
,
'text'
,
'redirect'
,
'default:tinytext'
,
1
,
255
,
NULL
);
...
...
@@ -669,9 +670,10 @@ REPLACE INTO table_regex VALUES ('firewall_rules','ruleno','int','redirect','def
REPLACE
INTO
table_regex
VALUES
(
'firewall_rules'
,
'rule'
,
'text'
,
'regex'
,
'^
\\
w[-
\\
w
\\
t,/
\\
{
\\
}
\\
(
\\
)!:
\\
.]*$'
,
0
,
1024
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_nodes'
,
'inner_elab_role'
,
'text'
,
'regex'
,
'^(boss|ops|node)$'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'elab_in_elab'
,
'int'
,
'redirect'
,
'default:boolean'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'elabinelab_eid'
,
'text'
,
'redirect'
,
'experiments:eid'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'images'
,
'imageid'
,
'text'
,
'regex'
,
'^[a-zA-Z0-9][-
\\
w
\\
.+]+$'
,
0
,
45
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'images'
,
'imagename'
,
'text'
,
'regex'
,
'^[a-zA-Z0-9][-
\\
w
\\
.+]+$'
,
2
,
30
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'security_level'
,
'int'
,
'redirect'
,
'default:tinyuint'
,
0
,
4
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiments'
,
'elabinelab_eid'
,
'text'
,
'redirect'
,
'experiments:eid'
,
0
,
0
,
NULL
);
--
-- Dumping data for table `testsuite_preentables`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment