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
d656baba
Commit
d656baba
authored
Jun 05, 2002
by
Robert Ricci
Browse files
Remove IP columns from widearea_columns, because they are redundant.
parent
5573f1e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
d656baba
...
...
@@ -1042,8 +1042,6 @@ CREATE TABLE webdb_table_permissions (
#
CREATE
TABLE
widearea_delays
(
IP1
varchar
(
15
)
default
NULL
,
IP2
varchar
(
15
)
default
NULL
,
time
double
default
NULL
,
node_id1
varchar
(
10
)
NOT
NULL
default
''
,
iface1
varchar
(
10
)
NOT
NULL
default
''
,
...
...
@@ -1062,8 +1060,6 @@ CREATE TABLE widearea_delays (
#
CREATE
TABLE
widearea_recent
(
IP1
varchar
(
15
)
default
NULL
,
IP2
varchar
(
15
)
default
NULL
,
time
double
default
NULL
,
node_id1
varchar
(
10
)
NOT
NULL
default
''
,
iface1
varchar
(
10
)
NOT
NULL
default
''
,
...
...
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