Updated

db/migrate / 20170711134626_enable_intarray_extension.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class EnableIntarrayExtension < ActiveRecord::Migration
  1. EnableIntarrayExtension has no descriptive comment
def change enable_extension "intarray" end end