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
1a5fbd4c
Commit
1a5fbd4c
authored
Sep 03, 2003
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix discrepency between database-create and database-migrate in last
revision.
parent
6428ebb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/database-create.sql
sql/database-create.sql
+1
-1
No files found.
sql/database-create.sql
View file @
1a5fbd4c
...
...
@@ -449,7 +449,7 @@ CREATE TABLE interfaces (
IP
varchar
(
15
)
default
NULL
,
IPalias
varchar
(
15
)
default
NULL
,
IPaliases
text
,
mask
varchar
(
15
)
default
'255.255.255.0'
,
mask
varchar
(
15
)
default
NULL
,
interface_type
varchar
(
30
)
default
NULL
,
iface
text
NOT
NULL
,
role
enum
(
'ctrl'
,
'expt'
,
'jail'
,
'fake'
,
'other'
)
NOT
NULL
default
'other'
,
...
...
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