Skip to content

Commit

Permalink
Push to Go 1.22 to keep things reasonably current
Browse files Browse the repository at this point in the history
  • Loading branch information
williammoran committed Apr 18, 2024
1 parent 6ac1a16 commit 53bdd95
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- pgsql8/someapp_extracted_upgrade_stage1_schema1.sql
-- DBSteward stage 1 structure additions and modifications - generated Thu, 18 Apr 2024 10:51:59 -0400
-- DBSteward stage 1 structure additions and modifications - generated Thu, 18 Apr 2024 11:08:59 -0400
-- Old definition: pgsql8/someapp_v2_composite.xml
-- New definition pgsql8/someapp_extracted_composite.xml

Expand Down
2 changes: 1 addition & 1 deletion example/pgsql8/someapp_extracted_upgrade_stage2_data1.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- pgsql8/someapp_extracted_upgrade_stage2_data1.sql
-- DBSteward stage 2 data definitions removed - generated Thu, 18 Apr 2024 10:51:59 -0400
-- DBSteward stage 2 data definitions removed - generated Thu, 18 Apr 2024 11:08:59 -0400
-- Old definition: pgsql8/someapp_v2_composite.xml
-- New definition pgsql8/someapp_extracted_composite.xml

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- pgsql8/someapp_extracted_upgrade_stage3_schema1.sql
-- DBSteward stage 3 structure changes, constraints, and removals - generated Thu, 18 Apr 2024 10:51:59 -0400
-- DBSteward stage 3 structure changes, constraints, and removals - generated Thu, 18 Apr 2024 11:08:59 -0400
-- Old definition: pgsql8/someapp_v2_composite.xml
-- New definition pgsql8/someapp_extracted_composite.xml

Expand Down
2 changes: 1 addition & 1 deletion example/pgsql8/someapp_v1_build.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- pgsql8/someapp_v1_build.sql
-- full database definition file generated Thu, 18 Apr 2024 10:51:58 -0400
-- full database definition file generated Thu, 18 Apr 2024 11:08:58 -0400
BEGIN;


Expand Down
2 changes: 1 addition & 1 deletion example/pgsql8/someapp_v2_upgrade_stage1_schema1.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- pgsql8/someapp_v2_upgrade_stage1_schema1.sql
-- DBSteward stage 1 structure additions and modifications - generated Thu, 18 Apr 2024 10:51:58 -0400
-- DBSteward stage 1 structure additions and modifications - generated Thu, 18 Apr 2024 11:08:58 -0400
-- Old definition: pgsql8/someapp_v1_composite.xml
-- New definition pgsql8/someapp_v2_composite.xml

Expand Down
2 changes: 1 addition & 1 deletion example/pgsql8/someapp_v2_upgrade_stage2_data1.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- pgsql8/someapp_v2_upgrade_stage2_data1.sql
-- DBSteward stage 2 data definitions removed - generated Thu, 18 Apr 2024 10:51:58 -0400
-- DBSteward stage 2 data definitions removed - generated Thu, 18 Apr 2024 11:08:58 -0400
-- Old definition: pgsql8/someapp_v1_composite.xml
-- New definition pgsql8/someapp_v2_composite.xml

Expand Down
2 changes: 1 addition & 1 deletion example/pgsql8/someapp_v2_upgrade_stage3_schema1.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- pgsql8/someapp_v2_upgrade_stage3_schema1.sql
-- DBSteward stage 3 structure changes, constraints, and removals - generated Thu, 18 Apr 2024 10:51:58 -0400
-- DBSteward stage 3 structure changes, constraints, and removals - generated Thu, 18 Apr 2024 11:08:58 -0400
-- Old definition: pgsql8/someapp_v1_composite.xml
-- New definition pgsql8/someapp_v2_composite.xml

Expand Down
2 changes: 1 addition & 1 deletion example/pgsql8/someapp_v2_upgrade_stage4_data1.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- pgsql8/someapp_v2_upgrade_stage4_data1.sql
-- DBSteward stage 4 data definition changes and additions - generated Thu, 18 Apr 2024 10:51:58 -0400
-- DBSteward stage 4 data definition changes and additions - generated Thu, 18 Apr 2024 11:08:58 -0400
-- Old definition: pgsql8/someapp_v1_composite.xml
-- New definition pgsql8/someapp_v2_composite.xml

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dbsteward/dbsteward

go 1.18
go 1.22

require (
github.com/alexflint/go-arg v1.3.0
Expand Down

0 comments on commit 53bdd95

Please sign in to comment.