Sha256: 306fa83cc3aa47179730871288fd9c7f076891380785f5478d9ea7af1cc4f35a

Contents?: true

Size: 373 Bytes

Versions: 42

Compression:

Stored size: 373 Bytes

Contents

class CreateQaLocalAuthorityEntries < ActiveRecord::Migration[5.2]
  def change
    create_table :qa_local_authority_entries do |t|
      t.references :local_authority, foreign_key: { to_table: :qa_local_authorities }, index: true
      t.string :label
      t.string :uri

      t.timestamps
    end
    add_index :qa_local_authority_entries, :uri, unique: true
  end
end

Version data entries

42 entries across 28 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 .koppie/db/migrate/20210911143602_create_qa_local_authority_entries.rb
hyrax-5.1.0.pre.beta1 .dassie/db/migrate/20200821212885_create_qa_local_authority_entries.rb
hyrax-5.0.4 .koppie/db/migrate/20210911143602_create_qa_local_authority_entries.rb
hyrax-5.0.4 .dassie/db/migrate/20200821212885_create_qa_local_authority_entries.rb
hyrax-5.0.3 .dassie/db/migrate/20200821212885_create_qa_local_authority_entries.rb
hyrax-5.0.3 .koppie/db/migrate/20210911143602_create_qa_local_authority_entries.rb
hyrax-5.0.2 .dassie/db/migrate/20200821212885_create_qa_local_authority_entries.rb
hyrax-5.0.2 .koppie/db/migrate/20210911143602_create_qa_local_authority_entries.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212885_create_qa_local_authority_entries.rb
hyrax-5.0.1 .koppie/db/migrate/20210911143602_create_qa_local_authority_entries.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212885_create_qa_local_authority_entries.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143602_create_qa_local_authority_entries.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143602_create_qa_local_authority_entries.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212885_create_qa_local_authority_entries.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212885_create_qa_local_authority_entries.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143602_create_qa_local_authority_entries.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143602_create_qa_local_authority_entries.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212885_create_qa_local_authority_entries.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212885_create_qa_local_authority_entries.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143602_create_qa_local_authority_entries.rb