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 [];
|
||||
},
|
||||
|
||||
getTableFormOptions(intent) {
|
||||
return [
|
||||
{
|
||||
type: 'dropdowntext',
|
||||
options: this.getSupportedEngines(),
|
||||
label: 'Engine',
|
||||
name: 'tableEngine',
|
||||
sqlFormatString: '^engine = %s',
|
||||
},
|
||||
{
|
||||
type: 'text',
|
||||
label: 'Comment',
|
||||
name: 'objectComment',
|
||||
sqlFormatString: '^comment = %v',
|
||||
},
|
||||
];
|
||||
},
|
||||
// getTableFormOptions(intent) {
|
||||
// return [
|
||||
// {
|
||||
// type: 'dropdowntext',
|
||||
// options: this.getSupportedEngines(),
|
||||
// label: 'Engine',
|
||||
// name: 'tableEngine',
|
||||
// sqlFormatString: '^engine = %s',
|
||||
// },
|
||||
// {
|
||||
// type: 'text',
|
||||
// label: 'Comment',
|
||||
// name: 'objectComment',
|
||||
// sqlFormatString: '^comment = %v',
|
||||
// },
|
||||
// ];
|
||||
// },
|
||||
};
|
||||
|
||||
const mysqlDialect = {
|
||||
|
Loading…
Reference in New Issue
Block a user