Sha256: 2aafcc2587b905fadf84813ce6a2fa98811b6f418dd7b4de5438b2cc48e70995
Contents?: true
Size: 145 Bytes
Versions: 5
Compression:
Stored size: 145 Bytes
Contents
# encoding: UTF-8 Sequel.migration do up do add_index :content, :target_id end down do drop_index :content, :target_id end end
Version data entries
5 entries across 5 versions & 1 rubygems