Sha256: 413508ca6c3f4853ed7c64f22f0f2e782f72b2ea3d42f91ec98ea6e6580cd3a8
Contents?: true
Size: 320 Bytes
Versions: 123
Compression:
Stored size: 320 Bytes
Contents
Sequel.migration do change do alter_table(:pact_publications) do add_foreign_key(:consumer_id, :pacticipants) add_index(:consumer_id, name: "pact_publications_consumer_id_index") end # TODO # alter_table(:pact_publications) do # set_column_not_null(:consumer_id) # end end end
Version data entries
123 entries across 123 versions & 1 rubygems