index
:
syz
actual
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
syz-cluster
/
pkg
/
db
/
migrations
/
7_invalidated_findings.up.sql
blob: f4e764e9aa9e1b214420c7c61a8abb76631e1095 (
plain
)
1
ALTER
TABLE
Findings
ADD
COLUMN
InvalidatedAt
TIMESTAMP
DEFAULT
(
NULL
);