Skip to content
fabrica
hanna
/
fabrica
Code
Issues
Pull requests
Commits
Branches
Tags
main
Switch branch
main
View all branches
Clone
HTTPS
SSH
fabrica
/
migrations
/
sqlite
/
0011_issue_lock.sql
118 bytes
Raw
Copy path
1
-- Locking an issue/PR prevents further comments (except by writers).
2
ALTER
TABLE
issues
ADD
COLUMN
locked_at
BIGINT
;