mirror of
https://github.com/documize/community.git
synced 2025-07-20 05:39:42 +02:00
Make store SQL Server compatible
This commit is contained in:
parent
9ec858286f
commit
64403c402b
17 changed files with 112 additions and 50 deletions
|
@ -71,6 +71,15 @@ let constants = EmberObject.extend({
|
|||
ReviewLabel: 'Changes require approval before publication'
|
||||
},
|
||||
|
||||
// Database type
|
||||
StorageProvider: { // eslint-disable-line ember/avoid-leaking-state-in-ember-objects
|
||||
SQLServer: 'SQLServer',
|
||||
PostgreSQL: 'PostgreSQL',
|
||||
Percona: 'Percona',
|
||||
MariaDB: 'MariaDB',
|
||||
MySQL: 'MySQL',
|
||||
},
|
||||
|
||||
// Document
|
||||
ApprovalType: { // eslint-disable-line ember/avoid-leaking-state-in-ember-objects
|
||||
None: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue