feat: レビュー指摘対応

This commit is contained in:
高木要 2023-04-17 17:42:28 +09:00
parent 05ac4b2c13
commit 098c7c65fd
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ BEGIN
error_message
)
VALUES (
Now(6),
NOW(6),
"ERROR",
schema_name,
procedure_name,

View File

@ -15,7 +15,7 @@ BEGIN
error_message
)
VALUES (
Now(6),
NOW(6),
"INFO",
schema_name,
procedure_name,