Skip to content

Commit

Permalink
add 'now' back; linter removed it?
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed May 13, 2024
1 parent 1e46e08 commit 4388bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/scripts/files/sql/create_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ SELECT
description,
media_used,
organism_used,
round((strftime("%s", now) - strftime("%s", created_at)) / 60 / 60, 0)
round((strftime("%s", "now") - strftime("%s", created_at)) / 60 / 60, 0)
AS delta_hours
FROM experiments
ORDER BY rowid DESC
Expand Down

0 comments on commit 4388bc5

Please sign in to comment.