mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
try to fix build
This commit is contained in:
parent
577517e043
commit
8ab814cb8b
@ -104,23 +104,23 @@ const dialect = {
|
|||||||
return [];
|
return [];
|
||||||
},
|
},
|
||||||
|
|
||||||
getTableFormOptions(intent) {
|
// getTableFormOptions(intent) {
|
||||||
return [
|
// return [
|
||||||
{
|
// {
|
||||||
type: 'dropdowntext',
|
// type: 'dropdowntext',
|
||||||
options: this.getSupportedEngines(),
|
// options: this.getSupportedEngines(),
|
||||||
label: 'Engine',
|
// label: 'Engine',
|
||||||
name: 'tableEngine',
|
// name: 'tableEngine',
|
||||||
sqlFormatString: '^engine = %s',
|
// sqlFormatString: '^engine = %s',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
type: 'text',
|
// type: 'text',
|
||||||
label: 'Comment',
|
// label: 'Comment',
|
||||||
name: 'objectComment',
|
// name: 'objectComment',
|
||||||
sqlFormatString: '^comment = %v',
|
// sqlFormatString: '^comment = %v',
|
||||||
},
|
// },
|
||||||
];
|
// ];
|
||||||
},
|
// },
|
||||||
};
|
};
|
||||||
|
|
||||||
const mysqlDialect = {
|
const mysqlDialect = {
|
||||||
|
Loading…
Reference in New Issue
Block a user