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
/
postgres
/
0015_repo_mirror.sql
71 bytes
Raw
Copy path
1
ALTER
TABLE
repos
ADD
COLUMN
is_mirror
BOOLEAN
NOT
NULL
DEFAULT
FALSE
;