Skip to content

Commit

Permalink
Corrigindo id do aluno
Browse files Browse the repository at this point in the history
  • Loading branch information
ithaloazevedo authored and Matheus456 committed Nov 28, 2019
1 parent d38b8c0 commit 42436d9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions seeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -7648,7 +7648,7 @@
"pk": 1,
"fields": {
"humor_do_dia": "5",
"aluno": 1,
"aluno": 2,
"data": "2019-11-21"
}
},
Expand All @@ -7658,7 +7658,7 @@
"pk": 2,
"fields": {
"humor_do_dia": "3",
"aluno": 1,
"aluno": 2,
"data": "2019-11-22"
}
},
Expand All @@ -7668,7 +7668,7 @@
"pk": 3,
"fields": {
"humor_do_dia": "1",
"aluno": 1,
"aluno": 2,
"data": "2019-11-23"
}
},
Expand All @@ -7678,7 +7678,7 @@
"pk": 4,
"fields": {
"humor_do_dia": "2",
"aluno": 1,
"aluno": 2,
"data": "2019-11-24"
}
},
Expand All @@ -7688,7 +7688,7 @@
"pk": 5,
"fields": {
"humor_do_dia": "4",
"aluno": 1,
"aluno": 2,
"data": "2019-11-25"
}
},
Expand All @@ -7697,7 +7697,7 @@
"pk": 6,
"fields": {
"humor_do_dia": "2",
"aluno": 1,
"aluno": 2,
"data": "2019-11-26"
}
},
Expand All @@ -7706,7 +7706,7 @@
"pk": 7,
"fields": {
"humor_do_dia": "3",
"aluno": 1,
"aluno": 2,
"data": "2019-11-27"
}
},
Expand All @@ -7715,7 +7715,7 @@
"pk": 8,
"fields": {
"humor_do_dia": "4",
"aluno": 1,
"aluno": 2,
"data": "2019-11-28"
}
},
Expand All @@ -7724,7 +7724,7 @@
"pk": 9,
"fields": {
"humor_do_dia": "4",
"aluno": 1,
"aluno": 2,
"data": "2019-11-29"
}
},
Expand All @@ -7733,7 +7733,7 @@
"pk": 10,
"fields": {
"humor_do_dia": "5",
"aluno": 1,
"aluno": 2,
"data": "2019-11-30"
}
}
Expand Down

0 comments on commit 42436d9

Please sign in to comment.