Current sync

This commit is contained in:
Senad Uka
2020-05-18 11:35:34 +02:00
parent 41b5ebb5d7
commit fb0a6c7dfd
11 changed files with 170 additions and 90 deletions

View File

@@ -26,8 +26,7 @@ ActiveRecord::Schema.define(version: 2019_06_20_200006) do
create_table "money_moves", force: :cascade do |t|
t.text "description"
t.decimal "amount", precision: 12, scale: 3
t.integer "from_homie_id", null: false
t.integer "to_homie_id", null: false
t.integer "homie_id", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end