Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
undo seed file
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlaney committed Aug 22, 2019
1 parent b79f308 commit dfd328f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion server/Procfile
@@ -1 +1 @@
web: npm run undoAllSeed && npm run migrate && npm run seed && npm run start
web: npm run migrate && npm run start
22 changes: 11 additions & 11 deletions server/dba/seeders/01-christmasTreesForests.js
Expand Up @@ -7,7 +7,7 @@ const forests = [
stump_height: 6,
stump_diameter: 6,
start_date: '2018-11-01T06:00:00Z',
end_date: '2019-01-06T06:59:59Z',
end_date: '2021-01-06T06:59:59Z',
created: 'now()',
updated: 'now()',
org_structure_code: '11-02-10T',
Expand All @@ -32,7 +32,7 @@ const forests = [
stump_height: 8,
stump_diameter: 4,
start_date: '2018-11-15T07:00:00Z',
end_date: '2019-01-02T06:59:59Z',
end_date: '2021-01-02T06:59:59Z',
created: 'now()',
updated: 'now()',
org_structure_code: '11-01-10',
Expand All @@ -53,7 +53,7 @@ const forests = [
stump_height: 6,
stump_diameter: 6,
start_date: '2018-11-01T07:00:00Z',
end_date: '2018-12-31T07:59:59Z',
end_date: '2021-12-31T07:59:59Z',
created: 'now()',
updated: 'now()',
org_structure_code: '11-06-06',
Expand Down Expand Up @@ -158,7 +158,7 @@ const forests = [
tree_height: 12,
stump_height: 12,
stump_diameter: 0,
start_date: '2018-11-09T07:00:00Z',
start_date: '2019-11-09T07:00:00Z',
end_date: '2018-12-25T06:59:59Z',
created: 'now()',
updated: 'now()',
Expand All @@ -179,7 +179,7 @@ const forests = [
tree_height: 0,
stump_height: 0,
stump_diameter: 0,
start_date: '2018-11-09T07:00:00Z',
start_date: '2019-11-09T07:00:00Z',
end_date: '2018-12-25T06:59:59Z',
created: 'now()',
updated: 'now()',
Expand All @@ -200,8 +200,8 @@ const forests = [
tree_height: 12,
stump_height: 12,
stump_diameter: 0,
start_date: '2018-11-09T07:00:00Z',
end_date: '2018-12-25T06:59:59Z',
start_date: '2019-11-09T07:00:00Z',
end_date: '2019-12-25T06:59:59Z',
created: 'now()',
updated: 'now()',
org_structure_code: '06-02',
Expand All @@ -221,8 +221,8 @@ const forests = [
tree_height: 15,
stump_height: 6,
stump_diameter: 0,
start_date: '2018-11-01T07:00:00Z',
end_date: '2018-12-25T06:59:59Z',
start_date: '2019-11-01T07:00:00Z',
end_date: '2019-12-25T06:59:59Z',
created: 'now()',
updated: 'now()',
org_structure_code: '06-02',
Expand All @@ -242,8 +242,8 @@ const forests = [
tree_height: 14,
stump_height: 10,
stump_diameter: 0,
start_date: '2018-11-01T07:00:00Z',
end_date: '2018-12-25T06:59:59Z',
start_date: '2019-11-01T07:00:00Z',
end_date: '2019-12-25T06:59:59Z',
created: 'now()',
updated: 'now()',
org_structure_code: '06-02',
Expand Down

0 comments on commit dfd328f

Please sign in to comment.