- Added: option to set database port number
- Changed the use of database_host/database_name on Oracle engine.
To use a local tnsnames.ora only set the SID as database_name, and let database_host blank.
To connect without a local tnsnames.ora set the SID as database_name, and set database_host and database_port (default 1521) properly.
- Make possible execute migration down without any migrations files