Adding option for skipping tables.
[dbsrgits/SQL-Translator.git] / bin / sqlt
index b5deb3a..7999c09 100755 (executable)
--- a/bin/sqlt
+++ b/bin/sqlt
@@ -2,8 +2,6 @@
 # vim: set ft=perl:
 
 # -------------------------------------------------------------------
-# $Id: sqlt 1440 2009-01-17 16:31:57Z jawnsy $
-# -------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
@@ -154,7 +152,7 @@ use Pod::Usage;
 use SQL::Translator;
 
 use vars qw( $VERSION );
-$VERSION = '1.99';
+$VERSION = '1.59';
 
 my $from;             # the original database
 my $to;               # the destination database