Sha256: 00ba3beffcfb1fad86b40c1971c895258b72a68d38c574df1dc1915707fb5fab
Contents?: true
Size: 253 Bytes
Versions: 37
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
37 entries across 37 versions & 1 rubygems