Migration: Custom database adapter. How to?
I adapted an existing adapter and also a platform class for an IBM database connection from Propel 1.5.4. Now I want to configure Propel so that I don't have to manually adjust the PropelConfiguration class. Means need to add the value 'ibm' into the array here in Line 129: ->values(['mysql', 'pgsql', 'sqlite', 'mssql',…