Sha256: c4584910cad12e2e3a3d881e1d624a9fcee94d5200e7230fca144dc296f2a435

Contents?: true

Size: 215 Bytes

Versions: 6

Compression:

Stored size: 215 Bytes

Contents

class EnableUuidOsspExtension < ActiveRecord::Migration<% if Rails::VERSION::MAJOR >= 5 %>[<%= Rails::VERSION::MAJOR %>.<%= Rails::VERSION::MINOR %>]<% end %>
  def change
    enable_extension 'uuid-ossp'
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stitches-5.0.0 lib/stitches/generator_files/db/migrate/enable_uuid_ossp_extension.rb
stitches-5.0.0.RC1 lib/stitches/generator_files/db/migrate/enable_uuid_ossp_extension.rb
stitches-4.2.2 lib/stitches/generator_files/db/migrate/enable_uuid_ossp_extension.rb
stitches-4.2.1 lib/stitches/generator_files/db/migrate/enable_uuid_ossp_extension.rb
stitches-4.2.0 lib/stitches/generator_files/db/migrate/enable_uuid_ossp_extension.rb
stitches-4.2.0.RC3 lib/stitches/generator_files/db/migrate/enable_uuid_ossp_extension.rb