Sha256: 57c1efdf042a0ede27c2bebd733402f8513667d54ff860d01422da189be7f41b
Contents?: true
Size: 177 Bytes
Versions: 98
Compression:
Stored size: 177 Bytes
Contents
class AddTagsToPatientBookmarks < ActiveRecord::Migration[5.1] def change within_renalware_schema do add_column :patient_bookmarks, :tags, :string end end end
Version data entries
98 entries across 98 versions & 1 rubygems