Wrap column names into class
- Load column names for data sources centrally - Remove no longer used settings in legacy Settings
This commit is contained in:
@@ -51,8 +51,8 @@ public class ConverterCommand implements ExecutableCommand {
|
||||
converter = new vAuthConverter(plugin, sender);
|
||||
break;
|
||||
case SQLITETOSQL:
|
||||
converter = new SqliteToSql(plugin, sender);
|
||||
break;
|
||||
converter = new SqliteToSql(plugin, sender, commandService.getSettings());
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user