Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
7aa722b0
Commit
7aa722b0
authored
Apr 18, 2006
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "hidden" field to experiment_templates, that Tim forgot to commit.
parent
c520b794
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
sql/database-create.sql
sql/database-create.sql
+1
-0
sql/database-migrate.txt
sql/database-migrate.txt
+6
-0
sql/templates.sql
sql/templates.sql
+1
-0
No files found.
sql/database-create.sql
View file @
7aa722b0
...
...
@@ -690,6 +690,7 @@ CREATE TABLE experiment_templates (
logfile
tinytext
,
logfile_open
tinyint
(
4
)
NOT
NULL
default
'0'
,
prerender_pid
int
(
11
)
default
'0'
,
hidden
tinyint
(
1
)
NOT
NULL
default
'0'
,
PRIMARY
KEY
(
guid
,
vers
),
KEY
pidtid
(
pid
,
tid
),
KEY
pideid
(
pid
,
eid
)
...
...
sql/database-migrate.txt
View file @
7aa722b0
...
...
@@ -3303,3 +3303,9 @@ last_net_act,last_cpu_act,last_ext_act);
4.52: Mr. Index strikes again. Take a nodecontrol_form query from 21 to 1 sec.
alter table partitions add index (osid);
4.53: Changes to templates.sql. Skip this revision for now.
\ No newline at end of file
sql/templates.sql
View file @
7aa722b0
...
...
@@ -47,6 +47,7 @@ CREATE TABLE experiment_templates (
logfile
tinytext
,
logfile_open
tinyint
(
4
)
NOT
NULL
default
'0'
,
prerender_pid
int
(
11
)
default
'0'
,
hidden
tinyint
(
1
)
NOT
NULL
default
'0'
,
PRIMARY
KEY
(
guid
,
vers
),
KEY
pidtid
(
pid
,
tid
),
KEY
pideid
(
pid
,
eid
)
...
...
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