Skip to content

Commit

Permalink
Fixing date of a Release on Seeds
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Roberto <[email protected]>
  • Loading branch information
Matheus456 committed Nov 21, 2017
1 parent f1d847c commit fdf53b3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
Release.find_or_create_by(
name: "R - 02",
description: "Second Release",
initial_date: "01-10-2016",
initial_date: "01-01-2016",
final_date: "01-12-2016",
project_id: "2"
)
Expand Down Expand Up @@ -119,8 +119,8 @@
initial_date: "01/01/2017",
final_date: "02/01/2017",
story_points: "10",
sprint_id: "1"
issue_number: "1",
sprint_id: "1"
),
Story.find_or_create_by(
name: "Story 2",
Expand All @@ -130,8 +130,8 @@
initial_date: "01/01/2017",
final_date: "08/01/2017",
story_points: "10",
sprint_id: "1"
issue_number: "2",
sprint_id: "1"
),
Story.find_or_create_by(
name: "Story 1",
Expand All @@ -141,8 +141,8 @@
initial_date: "01/01/2017",
final_date: "04/01/2017",
story_points: "10",
sprint_id: "2"
issue_number: "3",
sprint_id: "2"
),
Story.find_or_create_by(
name: "Story 2",
Expand All @@ -153,8 +153,8 @@
final_date: "04/01/2017",
sprint_id: "2",
story_points: "10",
sprint_id: "2"
issue_number: "4",
sprint_id: "2"
),
Story.find_or_create_by(
name: "Story 1",
Expand All @@ -163,8 +163,8 @@
pipeline: "In Progress",
initial_date: "01/01/2017",
story_points: "10",
sprint_id: "3"
issue_number: "5",
sprint_id: "3"
),
Story.find_or_create_by(
name: "Story 2",
Expand All @@ -174,8 +174,8 @@
initial_date: "07/01/2017",
final_date: "15/01/2017",
story_points: "10",
sprint_id: "3"
issue_number: "6",
sprint_id: "3"
),
Story.find_or_create_by(
name: "Story 1",
Expand All @@ -184,8 +184,8 @@
pipeline: "In Progress",
initial_date: "01/01/2017",
story_points: "10",
sprint_id: "4"
issue_number: "7",
sprint_id: "4"
),
Story.find_or_create_by(
name: "Story 2",
Expand Down

0 comments on commit fdf53b3

Please sign in to comment.