Skip to content

Commit 35a45dc

Browse files
thomhurstthomhurst
andauthored
chore: Update flyway CLI options (#2450)
Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
1 parent c928361 commit 35a45dc

16 files changed

Lines changed: 31 additions & 1 deletion

src/ModularPipelines.Flyway/AssemblyInfo.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
using System.Reflection;
77

88
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.Tool", "flyway")]
9-
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-03-01T03:14:14.2808687Z")]
9+
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-04-19T03:39:08.1305068Z")]

src/ModularPipelines.Flyway/Options/FlywayBaselineOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

src/ModularPipelines.Flyway/Options/FlywayCheckOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

src/ModularPipelines.Flyway/Options/FlywayCleanOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

src/ModularPipelines.Flyway/Options/FlywayDeployOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

src/ModularPipelines.Flyway/Options/FlywayInfoOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

src/ModularPipelines.Flyway/Options/FlywayInitOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

src/ModularPipelines.Flyway/Options/FlywayListEnginesOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

src/ModularPipelines.Flyway/Options/FlywayMigrateOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Do not edit this file manually.
55
// </auto-generated>
66

7+
#nullable enable
8+
79
using System.CodeDom.Compiler;
810
using System.Diagnostics.CodeAnalysis;
911
using ModularPipelines.Attributes;

src/ModularPipelines.Flyway/Options/FlywayOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

0 commit comments

Comments
 (0)