From 192762ba7e1b7ff174c45d78d30f8b7ad3c8fb20 Mon Sep 17 00:00:00 2001 From: Neno Almeida Date: Wed, 12 Oct 2016 15:58:16 -0300 Subject: [PATCH] Naming project's contributors --- README.md | 4 ++++ db/schema.rb | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 36860a7..9d99f1c 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,7 @@ Para subir o projeto (dando o push no projeto para que seja feito o pull request) git push origin nome-da-branch e por ultimo vá até o seu repositório no github (parte gráfica) e faça o pull request. + + +### Participantes do projeto +Leonardo Scoza, Elizeu Santos, Bianca Carvalho, Neno Almeida, Vagnerlandio Nunes, Rauan Felipe, Alberto Rocha, Samuel Rubens, Ricardo França, Warley Franco, Pedro Fernandes e Rodrigo. diff --git a/db/schema.rb b/db/schema.rb index fac0cdd..f948cde 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -35,6 +35,15 @@ t.index ["question_id"], name: "index_hashtags_questions_on_question_id" end + create_table "likes", force: :cascade do |t| + t.integer "user_id" + t.integer "likable_id" + t.integer "likable_type" + t.boolean "kind" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + create_table "notifications", force: :cascade do |t| t.integer "hashtag_id" t.integer "user_id"