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