try to fix build

This commit is contained in:
Jan Prochazka 2024-09-12 07:54:45 +02:00
parent 577517e043
commit 8ab814cb8b

View File

@ -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 = {