Sha256: bfe652e435202f17acd597d7aec80caf9e0b0c7a2d035e985f0357317ef5a687

Contents?: true

Size: 119 Bytes

Versions: 8

Compression:

Stored size: 119 Bytes

Contents

class EnableUuidOsspExtension < ActiveRecord::Migration[6.1]

  def change
    enable_extension 'uuid-ossp'
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
stitches-5.0.0 spec/fake_app/db/migrate/20210802153118_enable_uuid_ossp_extension.rb
stitches-5.0.0.RC1 spec/fake_app/db/migrate/20210802153118_enable_uuid_ossp_extension.rb
stitches-4.2.2 spec/fake_app/db/migrate/20210802153118_enable_uuid_ossp_extension.rb
stitches-4.2.1 spec/fake_app/db/migrate/20210802153118_enable_uuid_ossp_extension.rb
stitches-4.2.0 spec/fake_app/db/migrate/20210802153118_enable_uuid_ossp_extension.rb
stitches-4.2.0.RC3 spec/fake_app/db/migrate/20210802153118_enable_uuid_ossp_extension.rb
stitches-4.2.0.RC2 spec/fake_app/db/migrate/20210802153118_enable_uuid_ossp_extension.rb
stitches-4.2.0.RC1 spec/fake_app/db/migrate/20210802153118_enable_uuid_ossp_extension.rb