Skip to content

Commit 3266e87

Browse files
author
Darling Data
committed
Automation: Format and Build SQL File
1 parent 184a27d commit 3266e87

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Install-All/DarlingData.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Compile Date: 11/20/2025 19:08:54 UTC
1+
-- Compile Date: 11/22/2025 16:25:37 UTC
22
SET ANSI_NULLS ON;
33
SET ANSI_PADDING ON;
44
SET ANSI_WARNINGS ON;
@@ -20879,6 +20879,7 @@ SET STATISTICS XML OFF;
2087920879
SET NOCOUNT ON;
2088020880
SET XACT_ABORT ON;
2088120881
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
20882+
SET DATEFORMAT MDY;
2088220883

2088320884
BEGIN
2088420885
SELECT

0 commit comments

Comments
 (0)