Skip to content

Commit

Permalink
Merge 6cd8ee0 into 0aa04fa
Browse files Browse the repository at this point in the history
  • Loading branch information
treenewbee committed May 8, 2015
2 parents 0aa04fa + 6cd8ee0 commit 436361a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ spec/dummy/tmp/
spec/dummy/public/uploads
spec/dummy/.sass-cache
coverage
*.komodoproject

Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ def change
create_table :knowledge_base_sectionables_images do |t|
t.text :caption
t.string :image
t.integer :position

t.timestamps
end
Expand Down

0 comments on commit 436361a

Please sign in to comment.