Mssql dump import #8142
Labels
status/blocked
This PR cannot be merged yet, i.e. because it depends on another unmerged PR
type/upstream
This is an issue in one of Gitea's dependencies and should be reported there
[x]
):Description
Current using sqlite as gitea database and want to transition to mssql. Ran ‘gitea dump —database mssql’ but encountered errors when trying to import .sql file.
The problem is that is .sql file uses the literal values of “true” and “false” for Boolean columns. Mssql requires the use of 1 and 0 for Boolean columns.
The text was updated successfully, but these errors were encountered: