Sha256: 5c2da3f2b7cdf453c8df5ae5c1a7ef734e0d0f108e392a40f6b612d5c0975efa
Contents?: true
Size: 253 Bytes
Versions: 140
Compression:
Stored size: 253 Bytes
Contents
class EnableUuidExtension < ActiveRecord::Migration[5.0] # Enable the pg extension that will allow us to have automatically # generated uuids in the format f8c9ffd6-a234-4729-bd2a-68379df315fb def change enable_extension 'uuid-ossp' end end
Version data entries
140 entries across 140 versions & 1 rubygems