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
21b53a6c
Commit
21b53a6c
authored
Jul 01, 2015
by
Leigh B Stoller
Browse files
Minor change.
parent
11c4eeb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
21b53a6c
...
...
@@ -64,6 +64,7 @@ CREATE TABLE `apt_aggregates` (
`name`
varchar
(
32
)
NOT
NULL
default
''
,
`nickname`
varchar
(
32
)
NOT
NULL
default
''
,
`abbreviation`
varchar
(
16
)
NOT
NULL
default
''
,
`noupdate`
tinyint
(
1
)
NOT
NULL
default
'0'
,
`updated`
datetime
NOT
NULL
default
'0000-00-00 00:00:00'
,
`weburl`
tinytext
,
`jsondata`
text
,
...
...
sql/updates/4/458
View file @
21b53a6c
...
...
@@ -14,6 +14,7 @@ sub DoUpdate($$$)
" `name` varchar(32) NOT NULL default '', ".
" `nickname` varchar(32) NOT NULL default '', ".
" `abbreviation` varchar(16) NOT NULL default '', ".
" `noupdate` tinyint(1) NOT NULL default '0', ".
" `updated` datetime NOT NULL default '0000-00-00 00:00:00', ".
" `weburl` tinytext, ".
" `jsondata` text, ".
...
...
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