Sha256: a0f1bde5612b0fd4c0957a7dc605f0c1ec007e81d9e9e141ebbd28987581db8a
Contents?: true
Size: 230 Bytes
Versions: 1
Compression:
Stored size: 230 Bytes
Contents
class PopulateNamesVectorOnAuthors < ActiveRecord::Migration def up # nop update that hopefully triggers the TRIGGER to update the vector execute %Q{UPDATE authors set updated_at = updated_at} end def down end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
search_steroids-0.0.1 | spec/dummy/db/migrate/20130623152928_populate_names_vector_on_authors.rb |