Skip to content

Commit

Permalink
Merge branch 'master' of github.com:franck/barbier
Browse files Browse the repository at this point in the history
  • Loading branch information
franck committed Sep 3, 2012
2 parents 7c322a6 + edf5293 commit 49be38f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions db/schema.rb
Expand Up @@ -41,11 +41,10 @@

create_table "factures", :force => true do |t|
t.integer "client_id"
t.integer "salon_id"
t.string "mean_of_payment"
t.date "payed_at"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.string "mean_of_payment"
end

create_table "items", :force => true do |t|
Expand Down

0 comments on commit 49be38f

Please sign in to comment.