From c68fa8b9d4227d8bf9f3b9d3838efaf8e9cbb655 Mon Sep 17 00:00:00 2001 From: "flybotmtp[bot]" <127754086+flybotmtp[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 13:43:15 +0000 Subject: [PATCH 1/2] Resolves #414 - Created V3.0.20230427134313__414-FIX-001-data-v3.0.20230421155943.sql file - [skip actions]} --- ...7134313__414-FIX-001-data-v3.0.20230421155943.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 migrations/V3.0.20230427134313__414-FIX-001-data-v3.0.20230421155943.sql diff --git a/migrations/V3.0.20230427134313__414-FIX-001-data-v3.0.20230421155943.sql b/migrations/V3.0.20230427134313__414-FIX-001-data-v3.0.20230421155943.sql new file mode 100644 index 0000000..816726f --- /dev/null +++ b/migrations/V3.0.20230427134313__414-FIX-001-data-v3.0.20230421155943.sql @@ -0,0 +1,12 @@ +--flybot created V3.0.20230427134313__414-FIX-001-data-v3.0.20230421155943 +-- DEBUG --- +PRINT(N'Update 6 rows in [SalesLT].[Customer]') + UPDATE [SalesLT].[Customer] SET [Suffix]='042713' WHERE [CustomerID] = 1 + UPDATE [SalesLT].[Customer] SET [Suffix]='042713' WHERE [CustomerID] = 2 + UPDATE [SalesLT].[Customer] SET [Suffix]='042713' WHERE [CustomerID] = 3 + UPDATE [SalesLT].[Customer] SET [Suffix]='042713' WHERE [CustomerID] = 4 + UPDATE [SalesLT].[Customer] SET [Suffix]='042713' WHERE [CustomerID] = 5 + UPDATE [SalesLT].[Customer] SET [Suffix]='042713' WHERE [CustomerID] = 6 + -- DEBUG --- + + From afbdb2defc3ad3374fddcf9454f18ffd174c47ff Mon Sep 17 00:00:00 2001 From: MTPenguin <39835555+MTPenguin@users.noreply.github.com> Date: Thu, 27 Apr 2023 08:25:45 -0600 Subject: [PATCH 2/2] Update V3.0.20230420163928__389-CHK-001-data-v3.0.20230419210313.sql --- ...V3.0.20230420163928__389-CHK-001-data-v3.0.20230419210313.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/V3.0.20230420163928__389-CHK-001-data-v3.0.20230419210313.sql b/migrations/V3.0.20230420163928__389-CHK-001-data-v3.0.20230419210313.sql index 94b5e88..bc71011 100644 --- a/migrations/V3.0.20230420163928__389-CHK-001-data-v3.0.20230419210313.sql +++ b/migrations/V3.0.20230420163928__389-CHK-001-data-v3.0.20230419210313.sql @@ -10,3 +10,4 @@ PRINT(N'Update 6 rows in [SalesLT].[Customer]') -- DEBUG --- +