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
d162ff8d
Commit
d162ff8d
authored
May 20, 2003
by
Leigh B. Stoller
Browse files
Update migrate instructions for revision 1.147.
parent
3e190994
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-migrate.txt
View file @
d162ff8d
...
@@ -568,3 +568,8 @@ last_net_act,last_cpu_act,last_ext_act);
...
@@ -568,3 +568,8 @@ last_net_act,last_cpu_act,last_ext_act);
alter table experiments add expt_swap_uid varchar(8) NOT NULL
alter table experiments add expt_swap_uid varchar(8) NOT NULL
default '' after expt_swapped;
default '' after expt_swapped;
Must also init that field for existing experiments.
update experiments set expt_swap_uid=expt_head_uid
where expt_swapped is not 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