Skip to content

Commit

Permalink
Automation: Format and Build SQL File
Browse files Browse the repository at this point in the history
  • Loading branch information
Darling Data committed Sep 15, 2024
1 parent 123064c commit 810ded3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Install-All/DarlingData.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Compile Date: 09/13/2024 19:27:29 UTC
-- Compile Date: 09/15/2024 03:01:33 UTC
SET ANSI_NULLS ON;
SET ANSI_PADDING ON;
SET ANSI_WARNINGS ON;
Expand Down Expand Up @@ -67,7 +67,7 @@ BEGIN

SELECT
@version = '1.9',
@version_date = '20240901';
@version_date = '20240915';

IF @help = 1
BEGIN
Expand Down Expand Up @@ -2968,7 +2968,7 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT
@version = '5.9',
@version_date = '20240901';
@version_date = '20240915';

IF @help = 1
BEGIN
Expand Down Expand Up @@ -7716,7 +7716,7 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT
@version = '3.9',
@version_date = '20240901';
@version_date = '20240915';

IF @help = 1
BEGIN
Expand Down Expand Up @@ -10617,7 +10617,7 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
BEGIN
SELECT
@version = '1.9',
@version_date = '20240901';
@version_date = '20240915';

IF @help = 1
BEGIN
Expand Down Expand Up @@ -11336,7 +11336,7 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT
@version = '4.9',
@version_date = '20240901';
@version_date = '20240915';


IF @help = 1
Expand Down Expand Up @@ -14478,7 +14478,7 @@ These are for your outputs.
*/
SELECT
@version = '4.9',
@version_date = '20240901';
@version_date = '20240915';

/*
Helpful section! For help.
Expand Down

0 comments on commit 810ded3

Please sign in to comment.