Skip to content

Commit

Permalink
Use TIMESTAMPTZ instead of TIMESTAMP for opsdb.overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 5, 2023
1 parent 5443752 commit f220c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/sdss5db/opsdb/opsdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ CREATE TABLE opsdb.overhead(
configuration_id INTEGER,
macro TEXT,
stage TEXT,
start_time TIMESTAMP,
end_time TIMESTAMP,
start_time TIMESTAMPTZ,
end_time TIMESTAMPTZ,
elapsed REAL,
success BOOLEAN);

Expand Down

0 comments on commit f220c88

Please sign in to comment.