Sha256: 0eec7fc2304685880aab8554bc73b9d01bffd72527d09a4d5f80b85cb8ae855f

Contents?: true

Size: 237 Bytes

Versions: 42

Compression:

Stored size: 237 Bytes

Contents

class CreateQaLocalAuthorities < ActiveRecord::Migration[5.2]
  def change
    create_table :qa_local_authorities do |t|
      t.string :name

      t.timestamps
    end
    add_index :qa_local_authorities, :name, 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/20210911143588_create_qa_local_authorities.rb
hyrax-5.1.0.pre.beta1 .dassie/db/migrate/20200821212884_create_qa_local_authorities.rb
hyrax-5.0.4 .koppie/db/migrate/20210911143588_create_qa_local_authorities.rb
hyrax-5.0.4 .dassie/db/migrate/20200821212884_create_qa_local_authorities.rb
hyrax-5.0.3 .dassie/db/migrate/20200821212884_create_qa_local_authorities.rb
hyrax-5.0.3 .koppie/db/migrate/20210911143588_create_qa_local_authorities.rb
hyrax-5.0.2 .dassie/db/migrate/20200821212884_create_qa_local_authorities.rb
hyrax-5.0.2 .koppie/db/migrate/20210911143588_create_qa_local_authorities.rb
hyrax-5.0.1 .dassie/db/migrate/20200821212884_create_qa_local_authorities.rb
hyrax-5.0.1 .koppie/db/migrate/20210911143588_create_qa_local_authorities.rb
hyrax-5.0.0 .dassie/db/migrate/20200821212884_create_qa_local_authorities.rb
hyrax-5.0.0 .koppie/db/migrate/20210911143588_create_qa_local_authorities.rb
hyrax-5.0.0.rc3 .koppie/db/migrate/20210911143588_create_qa_local_authorities.rb
hyrax-5.0.0.rc3 .dassie/db/migrate/20200821212884_create_qa_local_authorities.rb
hyrax-5.0.0.rc2 .dassie/db/migrate/20200821212884_create_qa_local_authorities.rb
hyrax-5.0.0.rc2 .koppie/db/migrate/20210911143588_create_qa_local_authorities.rb
hyrax-5.0.0.rc1 .koppie/db/migrate/20210911143588_create_qa_local_authorities.rb
hyrax-5.0.0.rc1 .dassie/db/migrate/20200821212884_create_qa_local_authorities.rb
hyrax-3.6.0 .dassie/db/migrate/20200821212884_create_qa_local_authorities.rb
hyrax-4.0.0 .koppie/db/migrate/20210911143588_create_qa_local_authorities.rb