Skip to content

Commit 3995ba3

Browse files
committed
fix: undo change for timestamptz usec, retaining precision
1 parent 9c6e404 commit 3995ba3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/types/timestamptz_usec.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ defmodule AshPostgres.TimestamptzUsec do
2727

2828
@impl true
2929
def storage_type(_constraints) do
30-
:timestamptz
31-
end
32-
33-
def migration_type(_constraints) do
3430
:"timestamptz(6)"
3531
end
3632
end

0 commit comments

Comments
 (0)