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
0cbb2fdb
Commit
0cbb2fdb
authored
Oct 28, 2002
by
Mac Newbold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make next_op_mode not null.
parent
8715fbc8
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 @
0cbb2fdb
...
...
@@ -572,7 +572,7 @@ CREATE TABLE nodes (
op_mode
varchar
(
20
)
default
NULL
,
op_mode_timestamp
int
(
10
)
unsigned
default
NULL
,
update_accounts
smallint
(
6
)
default
'0'
,
next_op_mode
varchar
(
20
)
default
NULL
,
next_op_mode
varchar
(
20
)
NOT
NULL
default
''
,
ipodhash
varchar
(
64
)
default
NULL
,
osid
varchar
(
35
)
NOT
NULL
default
''
,
ntpdrift
float
default
NULL
,
...
...
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