Skip to content

Commit

Permalink
trigger table approve
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Dec 16, 2024
1 parent cb8c1be commit b7e1930
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
}}





select
safe_cast(ano as int64) ano,
safe_cast(mes as int64) mes,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@






select
safe_cast(ano as int64) ano,
safe_cast(mes as int64) mes,
Expand Down

0 comments on commit b7e1930

Please sign in to comment.