Skip to content

Commit

Permalink
docs should have a title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdempsey committed Aug 5, 2012
1 parent f6bb19c commit 649228e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/migrate/20120805175417_create_documents_documents.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
class CreateDocumentsDocuments < ActiveRecord::Migration
def change
create_table :documents_documents do |t|
t.string :file
t.string :file, :title
t.text :description
t.references :owner, polymorphic: true

t.timestamps
Expand Down

0 comments on commit 649228e

Please sign in to comment.