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
7aa722b0
Commit
7aa722b0
authored
Apr 18, 2006
by
Leigh B. Stoller
Browse files
Add "hidden" field to experiment_templates, that Tim forgot to commit.
parent
c520b794
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
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