Sha256: 8d05496b96a47709f7519186d411d6297671fa508643309c93727528ec5e666d
Contents?: true
Size: 243 Bytes
Versions: 16
Compression:
Stored size: 243 Bytes
Contents
# This migration comes from dm_knowledge (originally 20141031143619) class AddDocumentNotes < ActiveRecord::Migration def change add_column :knw_documents, :slug, :string add_column :knw_documents, :notes, :text end end
Version data entries
16 entries across 16 versions & 1 rubygems