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
85e625ee
Commit
85e625ee
authored
Jul 11, 2008
by
Leigh B. Stoller
Browse files
Couple of little changes to reflect schema changes yesterday.
parent
5fc0dde5
Changes
2
Show whitespace changes
Inline
Side-by-side
sql/database-fill-supplemental.sql
View file @
85e625ee
...
...
@@ -5,8 +5,8 @@
-- these is not idempotent, since a site may have changed them for some reason.
--
INSERT
IGNORE
INTO
`node_types`
VALUES
(
'pcvm'
,
'pcvm'
,
NULL
,
NULL
,
1
,
0
,
1
,
1
,
0
,
0
,
0
,
0
,
0
);
INSERT
IGNORE
INTO
`node_types`
VALUES
(
'pcvwa'
,
'pcvwa'
,
NULL
,
NULL
,
1
,
0
,
0
,
1
,
1
,
0
,
0
,
0
,
0
);
INSERT
IGNORE
INTO
`node_types`
VALUES
(
'pcvm'
,
'pcvm'
,
NULL
,
NULL
,
1
,
0
,
1
,
1
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
INSERT
IGNORE
INTO
`node_types`
VALUES
(
'pcvwa'
,
'pcvwa'
,
NULL
,
NULL
,
1
,
0
,
0
,
1
,
1
,
0
,
0
,
0
,
0
,
0
,
0
);
INSERT
IGNORE
INTO
`node_type_attributes`
VALUES
(
'pcvwa'
,
'default_osid'
,
'0'
,
'integer'
);
INSERT
IGNORE
INTO
os_boot_cmd
VALUES
(
'FreeBSD'
,
'4.10'
,
'delay'
,
'/kernel.delay'
);
...
...
sql/database-fill.sql
View file @
85e625ee
...
...
@@ -846,6 +846,8 @@ REPLACE INTO table_regex VALUES ('node_types','isremotenode','text','redirect','
REPLACE
INTO
table_regex
VALUES
(
'node_types'
,
'issubnode'
,
'text'
,
'redirect'
,
'default:boolean'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'node_types'
,
'isplabdslice'
,
'text'
,
'redirect'
,
'default:boolean'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'node_types'
,
'issimnode'
,
'text'
,
'redirect'
,
'default:boolean'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'node_types'
,
'isgeninode'
,
'text'
,
'redirect'
,
'default:boolean'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'node_types'
,
'isfednode'
,
'text'
,
'redirect'
,
'default:boolean'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'node_types'
,
'attr_name'
,
'text'
,
'regex'
,
'^[-
\\
w]+$'
,
1
,
32
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'node_types'
,
'attr_osid'
,
'text'
,
'redirect'
,
'os_info:osid'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'node_types'
,
'attr_imageid'
,
'text'
,
'redirect'
,
'images:imageid'
,
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