Skip to content

Commit

Permalink
Fix all scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
akrambek committed Dec 20, 2024
1 parent 9bc033b commit ce2405b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ read advised zilla:flush ${pgsql:flushEx()
.name("Name")
.tableOid(0)
.index(0)
.typeOid(701)
.typeOid(1043)
.length(8)
.modifier(-1)
.format("TEXT")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ write advise zilla:flush ${pgsql:flushEx()
.name("Name")
.tableOid(0)
.index(0)
.typeOid(701)
.typeOid(1043)
.length(8)
.modifier(-1)
.format("TEXT")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ read advised zilla:flush ${pgsql:flushEx()
.name("Name")
.tableOid(0)
.index(0)
.typeOid(701)
.typeOid(1043)
.length(8)
.modifier(-1)
.format("TEXT")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ write advise zilla:flush ${pgsql:flushEx()
.name("Name")
.tableOid(0)
.index(0)
.typeOid(701)
.typeOid(1043)
.length(8)
.modifier(-1)
.format("TEXT")
Expand Down

0 comments on commit ce2405b

Please sign in to comment.