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
3713ec65
Commit
3713ec65
authored
Feb 17, 2007
by
Leigh B. Stoller
Browse files
Allow metadata values to be "", after all, its versioned.
parent
ccbc2d46
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
3713ec65
...
...
@@ -809,7 +809,7 @@ REPLACE INTO table_regex VALUES ('archive_tags','tag','text','regex','^[a-zA-Z][
REPLACE
INTO
table_regex
VALUES
(
'experiment_templates'
,
'description'
,
'text'
,
'regex'
,
'^[
\\
040-
\\
176
\\
012
\\
015
\\
011]*$'
,
1
,
4096
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiment_templates'
,
'guid'
,
'text'
,
'regex'
,
'^[
\\
w]+$'
,
1
,
32
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiment_template_metadata'
,
'name'
,
'text'
,
'regex'
,
'^[
\\
040-
\\
176]*$'
,
1
,
64
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiment_template_metadata'
,
'value'
,
'text'
,
'regex'
,
'^[
\\
040-
\\
176
\\
012
\\
015
\\
011]*$'
,
1
,
2048
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiment_template_metadata'
,
'value'
,
'text'
,
'regex'
,
'^[
\\
040-
\\
176
\\
012
\\
015
\\
011]*$'
,
0
,
4096
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'experiment_template_metadata'
,
'metadata_type'
,
'text'
,
'regex'
,
'^[
\\
w]*$'
,
1
,
64
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_parameters'
,
'pid'
,
'text'
,
'redirect'
,
'projects:pid'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_parameters'
,
'eid'
,
'text'
,
'redirect'
,
'experiments:eid'
,
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