toc added
This commit is contained in:
5
db/migrate/20150504121709_add_toc_to_documents.rb
Normal file
5
db/migrate/20150504121709_add_toc_to_documents.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddTocToDocuments < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :documents, :toc, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user