Skip to content

Commit

Permalink
Added fathers table.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernesto Tagwerker committed Apr 30, 2013
1 parent 29db910 commit 7f98b99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/schema.rb
Expand Up @@ -27,4 +27,9 @@
t.string "status"
end

create_table "fathers", :force => true do |t|
t.string "aasm_state"
t.string "type"
end

end

0 comments on commit 7f98b99

Please sign in to comment.