mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-23 08:21:37 -04:00
Individual languages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user