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
e89a5a5f
Commit
e89a5a5f
authored
Jun 08, 2006
by
Leigh B. Stoller
Browse files
A few little changes to deal with the template mess.
parent
992d802a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-migrate.txt
View file @
e89a5a5f
...
...
@@ -3355,7 +3355,9 @@ last_net_act,last_cpu_act,last_ext_act);
alter table virt_nodes add plab_role enum('plc','node','none') \
NOT NULL default 'none' after inner_elab_role;
4.60: Various changes to templates.
4.60: Various changes to templates.
**** Skip this if you just did 4.41 above.
alter table experiment_template_metadata_items \
change value value mediumtext;
...
...
@@ -3375,6 +3377,8 @@ last_net_act,last_cpu_act,last_ext_act);
4.61: Add archive_tag slot to experiment runs so we can find the
corresponding spot in the archive.
**** Skip this if you just did 4.41 above.
alter table experiment_runs add \
archive_tag varchar(32) default NULL after description;
...
...
@@ -3387,6 +3391,8 @@ last_net_act,last_cpu_act,last_ext_act);
4.64: Fix archive tags to be proper size.
**** Skip this if you just did 4.41 above.
alter table experiment_resources change archive_tag \
archive_tag varchar(64) default NULL;
...
...
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