chore: refactor db

This commit is contained in:
adamdottv 2025-05-13 13:08:43 -05:00
parent d8f3b60625
commit 01b6bf5bb7
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
19 changed files with 193 additions and 156 deletions

View file

@ -5,15 +5,13 @@ INSERT INTO logs (
timestamp,
level,
message,
attributes,
created_at
attributes
) VALUES (
?,
?,
?,
?,
?,
?,
?
) RETURNING *;