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
f8dce20c
Commit
f8dce20c
authored
Nov 19, 2007
by
Russ Fish
Browse files
Typo in table_regex column name.
parent
83d371d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
f8dce20c
...
...
@@ -659,7 +659,7 @@ REPLACE INTO table_regex VALUES ('virt_lans','trace_expr','text','redirect','def
REPLACE
INTO
table_regex
VALUES
(
'virt_lans'
,
'trace_snaplen'
,
'int'
,
'redirect'
,
'default:int'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_lans'
,
'trace_endnode'
,
'int'
,
'redirect'
,
'default:tinyint'
,
0
,
1
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_lans'
,
'trace_db'
,
'int'
,
'redirect'
,
'default:tinyint'
,
0
,
1
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_lans'
,
'mod
ify
'
,
'int'
,
'redirect'
,
'default:boolean'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_lans'
,
'mod
base
'
,
'int'
,
'redirect'
,
'default:boolean'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_lans'
,
'compat'
,
'int'
,
'redirect'
,
'default:boolean'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_node_desires'
,
'pid'
,
'text'
,
'redirect'
,
'projects:pid'
,
0
,
0
,
NULL
);
...
...
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