Skip to content

Commit

Permalink
Merge pull request #723 from davidebriani/avoid-leakproof-for-databas…
Browse files Browse the repository at this point in the history
…e-functions
  • Loading branch information
noaccOS authored Nov 15, 2024
2 parents 6fe75d6 + e3d722c commit e41244a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ defmodule Edgehog.Repo.Migrations.InstallAshFunctionsExtension420241004151245 do
SELECT to_timestamp(('x0000' || substr(_uuid::TEXT, 1, 8) || substr(_uuid::TEXT, 10, 4))::BIT(64)::BIGINT::NUMERIC / 1000);
$$
LANGUAGE SQL
IMMUTABLE PARALLEL SAFE STRICT LEAKPROOF;
IMMUTABLE PARALLEL SAFE STRICT;
""")
end

Expand Down

0 comments on commit e41244a

Please sign in to comment.