Skip to content
GitLab
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
3610c077
Commit
3610c077
authored
Jun 01, 2006
by
Leigh B. Stoller
Browse files
Cleanup a mistake I made.
parent
adbcfd47
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
3610c077
...
...
@@ -446,7 +446,7 @@ CREATE TABLE experiment_resources (
delay_capacity
tinyint
(
3
)
unsigned
default
NULL
,
batchmode
tinyint
(
1
)
unsigned
default
'0'
,
archive_tag
varchar
(
64
)
NOT
NULL
default
''
,
ops
dbname
varchar
(
64
)
default
NULL
,
dp
dbname
varchar
(
64
)
default
NULL
,
thumbnail
mediumblob
,
PRIMARY
KEY
(
idx
),
KEY
exptidx
(
exptidx
),
...
...
sql/database-migrate.txt
View file @
3610c077
...
...
@@ -3381,7 +3381,7 @@ last_net_act,last_cpu_act,last_ext_act);
4.62:
4.63: Add a slot to the hold the name of optional per-experiment DB.
alter table experiments add dpdb tinyint(1) NOT NULL default '0'
,
alter table experiments add dpdb tinyint(1) NOT NULL default '0'
;
alter table experiments add dpdbname varchar(64) default NULL;
alter table experiment_stats add dpdbname varchar(64) default NULL;
...
...
@@ -3393,3 +3393,5 @@ last_net_act,last_cpu_act,last_ext_act);
alter table experiment_runs change archive_tag \
archive_tag varchar(64) NOT NULL default '';
4.65: Minor fix; skip to next entry;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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