Stats outage log
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
outage_id | integer | not null default nextval(('stats_outage_log_pk_seq'::text)::regclass) |
outage_start | integer | not null |
outage_end | integer | not null |
affected_services | text | |
notes | text | |
Indexes: stats_outage_log_pkey primary key btree (outage_id) |
Other Information About the Data
This table likely contains information about outages in SourceForge's statistics. No instances of this table contain any information yet.