Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
29a4e734
Commit
29a4e734
authored
Jul 08, 2008
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Go back and fix revision 4.70 instead of having users execute a query
that fails!
parent
f92f6bc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
sql/database-migrate.txt
sql/database-migrate.txt
+3
-2
No files found.
sql/database-migrate.txt
View file @
29a4e734
...
...
@@ -3438,8 +3438,9 @@ last_net_act,last_cpu_act,last_ext_act);
4.70: Add latitude and longitude to the widearea_nodeinfo table.
alter table widearea_nodeinfo add latitude float(3,5);
alter table widearea_nodeinfo add longitude float(3,5);
alter table widearea_nodeinfo
add latitude latitude float default NULL,
add longitude longitude float default NULL;
4.71: Support for 802.1q tagged VLAN based virtual interfaces.
First, generalize the encapsulation field. For compatibility,
...
...
Write
Preview
Markdown
is supported
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