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
f09b8694
Commit
f09b8694
authored
Jul 17, 2012
by
Leigh B Stoller
Browse files
Fix minor bug in regex table.
parent
eac05354
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/updates/4/300
0 → 100644
View file @
f09b8694
#
# Fix to regex table.
#
use strict;
use libdb;
sub DoUpdate($$$)
{
my ($dbhandle, $dbname, $version) = @_;
DBQueryFatal("REPLACE INTO table_regex VALUES ".
"('users','usr_affil_abbrev','text','redirect', ".
" 'default:tinytext',0,16,NULL)");
return 0;
}
1;
# Local Variables:
# mode:perl
# End:
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