Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
bdd4f1cb
Commit
bdd4f1cb
authored
Jan 28, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mistake in last revision.
parent
b5c6348b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
sql/database-create.sql
sql/database-create.sql
+1
-1
sql/database-migrate.txt
sql/database-migrate.txt
+2
-0
No files found.
sql/database-create.sql
View file @
bdd4f1cb
...
...
@@ -763,7 +763,7 @@ CREATE TABLE location_info (
building
varchar
(
32
)
default
NULL
,
loc_x
int
(
10
)
unsigned
NOT
NULL
default
'0'
,
loc_y
int
(
10
)
unsigned
NOT
NULL
default
'0'
,
orientation
float
default
NULL
;
orientation
float
default
NULL
,
contact
tinytext
,
phone
tinytext
,
room
varchar
(
32
)
default
NULL
,
...
...
sql/database-migrate.txt
View file @
bdd4f1cb
...
...
@@ -2436,3 +2436,5 @@ last_net_act,last_cpu_act,last_ext_act);
default NULL after loc_y;
alter table nodes add destination_orientation float \
default NULL;
1.311: Fix mistake in last revision. Skip to next entry.
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