Sha256: 0667d2414353c6798e8f6bd479fe35c51c7d7049fddac039f460b3f1cadef392
Contents?: true
Size: 351 Bytes
Versions: 156
Compression:
Stored size: 351 Bytes
Contents
Sequel.migration do up do PactBroker::MigrationHelper.with_mysql do run("SET FOREIGN_KEY_CHECKS = 0") end alter_table(:pact_versions) do set_column_not_null(:consumer_id) set_column_not_null(:provider_id) end PactBroker::MigrationHelper.with_mysql do run("SET FOREIGN_KEY_CHECKS = 1") end end end
Version data entries
156 entries across 156 versions & 1 rubygems