Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

SQLite to mssql dump #1426

Open
Open
@LukeMauldin

Description

@LukeMauldin

Using gitea 1.9.3 which uses xorm for its database operations. Used gitea command line to export SQLite database into .sql file with “mssql” syntax.
Running .sql file fails on MSSQL server because Boolean columns are exported with the values of “true” and “false” whereas MSSQL requires Boolean fields to use the values 1 and 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions