fix: Added roaming to sharing groups in the mysql.sql

pull/1387/head
Iglocska 2016-07-19 08:44:11 +02:00
parent 30589d0978
commit 069bc3e77f
1 changed files with 1 additions and 0 deletions

View File

@ -482,6 +482,7 @@ CREATE TABLE `sharing_groups` (
`created` datetime NOT NULL,
`modified` datetime NOT NULL,
`local` tinyint(1) NOT NULL,
`roaming` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
INDEX `org_id` (`org_id`),
INDEX `sync_user_id` (`sync_user_id`),