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
63287ac9
Commit
63287ac9
authored
Sep 27, 2006
by
Leigh B. Stoller
Browse files
Add a DB update to revision 4.89.
parent
3a92148b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-migrate.txt
View file @
63287ac9
...
...
@@ -3695,6 +3695,10 @@ last_net_act,last_cpu_act,last_ext_act);
starting_archive_tag varchar(64) default NULL after description;
alter table experiment_runs add \
ending_archive_tag varchar(64) default NULL after starting_archive_tag;
update experiment_runs set ending_archive_tag=archive_tag \
where archive_tag is not null and archive_tag!='';
update experiment_runs set starting_archive_tag=archive_tag \
where archive_tag is not null and archive_tag!='';
4.90: Add a swapmod flag to the experiment run to indicate that a swapmod
was resquested by the user.
...
...
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