add mimes type for sqlite database file
gitea-sync/antos-backend/pipeline/head This commit looks good Details

This commit is contained in:
DanyLE 2023-01-31 23:33:16 +01:00
parent 4288d3afbf
commit fc557738db
1 changed files with 4 additions and 0 deletions

View File

@ -74,5 +74,9 @@
"map":{
"mime": "application/json",
"binary": false
},
"db":{
"mime": "application/vnd.sqlite3",
"binary": true
}
}