Skip to content

Commit

Permalink
Schema: fix typo in comment
Browse files Browse the repository at this point in the history
Timestamps are in ms, not us.
  • Loading branch information
Al2Klimov authored and julianbrost committed May 29, 2024
1 parent b6b4a75 commit b535ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/pgsql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CREATE EXTENSION IF NOT EXISTS citext;

CREATE TYPE boolenum AS ENUM ( 'n', 'y' );
CREATE TYPE incident_history_event_type AS ENUM (
-- Order to be honored for events with identical microsecond timestamps.
-- Order to be honored for events with identical millisecond timestamps.
'opened',
'incident_severity_changed',
'rule_matched',
Expand Down

0 comments on commit b535ab3

Please sign in to comment.