careless-gazelles / Bangazon-Site

0 stars 1 forks source link

Ollie needed a new migration that nulls the paymentType Id #33

Closed krissycaron closed 7 years ago

krissycaron commented 7 years ago

Status

Choose: READY

Description

New Migration for @ollieOsh to move forward with adding a paymentTypeId to the Orders.

Todos (Checkmark what has been completed)

Deploy Notes

Notes regarding deployment the contained body of work. These should note any db migrations, etc.

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

git fetch --all
git branch -avv
git checkout kc-migrationOrderModelNullablePayType
git pull origin kc-migrationOrderModelNullablePayType

Then Open Visual Studio

dotnet restore
dotnet run

Impacted Areas in Application

List general components of the application that this PR will affect:

ollieOsh commented 7 years ago

:1st_place_medal: