Sha256: a03bede5aedfba1651d39105ef2524714a60cfecfd7050f878cba72b63baeca4

Contents?: true

Size: 201 Bytes

Versions: 2

Compression:

Stored size: 201 Bytes

Contents

class IndexJunctionsTags < ActiveRecord::Migration
  def up
    execute "CREATE INDEX junctions_tags ON junctions USING GIN(tags)"
  end
  
  def down
    execute "DROP INDEX junctions_tags"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_road-0.0.3 db/migrate/20130513134511_index_junctions_tags.rb
active_road-0.0.2 db/migrate/20130513134511_index_junctions_tags.rb