bin/ridgepole in ridgepole-0.5.2.beta4 vs bin/ridgepole in ridgepole-0.5.2.beta5
- old
+ new
@@ -118,9 +118,11 @@
if options[:enable_mysql_awesome]
if options[:enable_migration_comments]
raise "It is not possible to enable both `--enable-mysql-awesome` and `--enable-migration-comments`"
elsif options[:enable_mysql_unsigned]
raise "It is not possible to enable both `--enable-mysql-awesome` and `--enable-mysql-unsigned`"
+ elsif options[:enable_mysql_pkdump]
+ raise "It is not possible to enable both `--enable-mysql-awesome` and `--enable-mysql-pkdump`"
end
end
rescue => e
$stderr.puts("[ERROR] #{e.message}")
exit 1