mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
plugin versions
This commit is contained in:
parent
b222b916ec
commit
449bbde645
@ -28,11 +28,12 @@ const hasPermission = require('../utility/hasPermission');
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
const preinstallPluginMinimalVersions = {
|
const preinstallPluginMinimalVersions = {
|
||||||
'dbgate-plugin-mssql': '1.2.1',
|
'dbgate-plugin-mssql': '1.2.2',
|
||||||
'dbgate-plugin-mysql': '1.2.1',
|
'dbgate-plugin-mysql': '1.2.2',
|
||||||
'dbgate-plugin-postgres': '1.2.1',
|
'dbgate-plugin-postgres': '1.2.2',
|
||||||
'dbgate-plugin-csv': '1.0.8',
|
'dbgate-plugin-mongo': '1.0.1',
|
||||||
'dbgate-plugin-excel': '1.0.6',
|
'dbgate-plugin-csv': '1.0.9',
|
||||||
|
'dbgate-plugin-excel': '1.0.8',
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
Loading…
Reference in New Issue
Block a user