Skip to content
GitLab
Menu
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
407445fe
Commit
407445fe
authored
May 04, 2017
by
Gary Wong
Browse files
Database changes for reservation e-mail.
parent
3930f53c
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
407445fe
...
...
@@ -2083,6 +2083,7 @@ CREATE TABLE `future_reservations` (
`created`
timestamp
NOT
NULL
DEFAULT
CURRENT_TIMESTAMP
,
`approved`
datetime
DEFAULT
NULL
,
`approver`
varchar
(
8
)
DEFAULT
NULL
,
`notified`
datetime
DEFAULT
NULL
,
PRIMARY
KEY
(
`idx`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
latin1
;
...
...
Write
Preview
Supports
Markdown
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