mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-12 14:51:14 +01:00
Bugfix api_account
This commit is contained in:
parent
15a4784662
commit
5e0939904d
@ -1576,6 +1576,7 @@ CREATE TABLE IF NOT EXISTS `api_account` (
|
|||||||
`projekt` int(11) NOT NULL DEFAULT '0',
|
`projekt` int(11) NOT NULL DEFAULT '0',
|
||||||
`permissions` text,
|
`permissions` text,
|
||||||
`is_legacy` tinyint(1) NOT NULL DEFAULT '0',
|
`is_legacy` tinyint(1) NOT NULL DEFAULT '0',
|
||||||
|
`ishtmltransformation` tinyint(1) NOT NULL DEFAULT '0',
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user