Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
f8d54de3
Commit
f8d54de3
authored
May 12, 2006
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rob approved fixup.
parent
0226e083
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/database-fill.sql
sql/database-fill.sql
+1
-1
No files found.
sql/database-fill.sql
View file @
f8d54de3
...
...
@@ -621,7 +621,7 @@ REPLACE INTO table_regex VALUES ('virt_lans','trace_endnode','int','redirect','d
REPLACE
INTO
table_regex
VALUES
(
'virt_node_desires'
,
'pid'
,
'text'
,
'redirect'
,
'projects:pid'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_node_desires'
,
'eid'
,
'text'
,
'redirect'
,
'experiments:eid'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_node_desires'
,
'vname'
,
'text'
,
'redirect'
,
'virt_nodes:vname'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_node_desires'
,
'desire'
,
'text'
,
'regex'
,
'^[-
\\
w?+]+$'
,
1
,
30
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_node_desires'
,
'desire'
,
'text'
,
'regex'
,
'^[
\\
?
\\
*]?[
\\
+
\\
!
\\
&]?[
-
\\
w?+]+$'
,
1
,
30
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_node_desires'
,
'weight'
,
'int'
,
'redirect'
,
'default:float'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_nodes'
,
'pid'
,
'text'
,
'redirect'
,
'projects:pid'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_nodes'
,
'eid'
,
'text'
,
'redirect'
,
'experiments:eid'
,
0
,
0
,
NULL
);
...
...
Write
Preview
Markdown
is supported
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