Skip to content

Db schema lang code #17

Description

@tomasbrchan

In table localization is column lang with only 2 chars. It's good if you do not use country
I use for example 'de-CH', so I had to update that table with:
ALTER TABLElocalizationCHANGElang lang CHAR(5) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions