Sha256: f7320cbd8c3b37bc63acea8dc6ba14dee9afb3e2f333949ba2fae49e314be45d
Contents?: true
Size: 228 Bytes
Versions: 161
Compression:
Stored size: 228 Bytes
Contents
class EnableCrosstabExtension < ActiveRecord::Migration[5.1] def up connection.execute("CREATE extension IF NOT EXISTS tablefunc;") end def down connection.execute("DROP extension IF EXISTS tablefunc;") end end
Version data entries
161 entries across 161 versions & 1 rubygems