5 lines
No EOL
121 B
Ruby
5 lines
No EOL
121 B
Ruby
class EnableUuidExtension < ActiveRecord::Migration[5.0]
|
|
def change
|
|
enable_extension 'uuid-ossp'
|
|
end
|
|
end |