add mimes type for sqlite database file
All checks were successful
gitea-sync/antos-backend/pipeline/head This commit looks good

This commit is contained in:
DanyLE 2023-01-31 23:33:16 +01:00
parent 4288d3afbf
commit fc557738db

View File

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