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
459fce68
Commit
459fce68
authored
Nov 12, 2016
by
Leigh B Stoller
Browse files
Minor tweak to make schemacheck happy.
parent
b95550af
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
459fce68
...
...
@@ -75,7 +75,7 @@ CREATE TABLE `apt_aggregate_nodetypes` (
DROP
TABLE
IF
EXISTS
`apt_aggregate_status`
;
CREATE
TABLE
`apt_aggregate_status`
(
`urn`
varchar
(
128
)
NOT
NULL
default
''
,
`status`
enum
(
"
up
"
,
"
down
"
,
"
unknown
"
)
NOT
NULL
default
"
unknown
"
,
`status`
enum
(
'
up
'
,
'
down
'
,
'
unknown
'
)
NOT
NULL
default
'
unknown
'
,
`last_success`
datetime
default
NULL
,
`last_attempt`
datetime
default
NULL
,
`pcount`
int
(
11
)
default
'0'
,
...
...
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