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
48629e9c
Commit
48629e9c
authored
Nov 14, 2002
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change ntpinfo as per Dave's request.
parent
0e10468f
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 @
48629e9c
...
...
@@ -643,7 +643,7 @@ CREATE TABLE nsfiles (
CREATE
TABLE
ntpinfo
(
node_id
varchar
(
10
)
NOT
NULL
default
''
,
IP
varchar
(
15
)
NOT
NULL
default
''
,
IP
varchar
(
64
)
NOT
NULL
default
''
,
type
enum
(
'server'
,
'peer'
)
NOT
NULL
default
'peer'
,
PRIMARY
KEY
(
node_id
,
IP
,
type
)
)
TYPE
=
MyISAM
;
...
...
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