Sha256: 52938c6508c44f2be66e90959a361b45acc9c078afdb9f70c16242e9b5e5ef25

Contents?: true

Size: 136 Bytes

Versions: 1

Compression:

Stored size: 136 Bytes

Contents

class AddPageRefToPageTags < ActiveRecord::Migration[5.1]
  def change
    add_reference :page_tags, :page, foreign_key: true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-2.5.0 db/migrate/20171025051859_add_page_ref_to_page_tags.rb