Individual languages

This commit is contained in:
FrancescoUK
2017-09-11 21:02:41 +01:00
parent 3a8b28fcb6
commit 1fd6f5fb70
23 changed files with 204 additions and 71 deletions

View File

@@ -156,6 +156,8 @@ CREATE TABLE `ospos_employees` (
`person_id` int(10) NOT NULL,
`deleted` int(1) NOT NULL DEFAULT '0',
`hash_version` int(1) NOT NULL DEFAULT '2',
`language` VARCHAR(48) DEFAULT NULL,
`language_code` VARCHAR(8) DEFAULT NULL,
UNIQUE KEY `username` (`username`),
KEY `person_id` (`person_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;