Skip to content

Commit

Permalink
fix dates off by 1 yr
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Ho authored and Jessica Ho committed Feb 28, 2024
1 parent 127c2d1 commit 0f3560f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE "AvailabilityDate"
SET
"date" = "date" - INTERVAL '1 year'

0 comments on commit 0f3560f

Please sign in to comment.