Skip to content
Snippets Groups Projects
Commit a48b2cf4 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

allow more than one digit in the auto-increment

parent 7e4db605
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ sub get_create_table {
# stripping AUTOINCREMENT=? definitions in the way since
# they are allowed to be different
$create_table =~ s/AUTO_INCREMENT=\d+?//;
$create_table =~ s/AUTO_INCREMENT=\d+//;
return $create_table;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment