Revert "try to fix build"

This reverts commit 8ab814cb8b.
This commit is contained in:
Jan Prochazka 2024-09-12 08:14:46 +02:00
parent 8ab814cb8b
commit 51c8169232

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