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
a6d858f9
Commit
a6d858f9
authored
May 04, 2017
by
Gary Wong
Browse files
Whoops, forgot the update file.
parent
407445fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/updates/4/578
0 → 100644
View file @
a6d858f9
use strict;
use libdb;
sub DoUpdate($$$)
{
my ($dbhandle, $dbname, $version) = @_;
if( !DBSlotExists( "future_reservations", "notified" ) ) {
DBQueryFatal( "ALTER TABLE future_reservations " .
"ADD `notified` datetime default NULL" );
}
return 0;
}
# Local Variables:
# mode:perl
# End:
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