diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/fix-sequences | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/bin/fix-sequences b/bin/fix-sequences index 70b6df601..1ef7bd654 100755 --- a/bin/fix-sequences +++ b/bin/fix-sequences @@ -1,5 +1,7 @@  #!/usr/bin/perl -Tw +# run dbdef-create first! +  use strict;  use DBI;  use DBIx::DBSchema 0.21; | 
