likehopper / redmine_sla

Manage SLAs in Redmine!
GNU General Public License v2.0
7 stars 2 forks source link

Backend change from pgsql to mariadb/mysql #18

Open rajeevsonkhia opened 1 week ago

rajeevsonkhia commented 1 week ago

Hi,

I wanted to use this plugin with my redmine instance but my backend is using mysql/mariadb. Can you please convert the code to support the mysql/mariadb that will help me to test the plugin.

Thank you.

likehopper commented 1 week ago

The easier way is to convert your MySQL database to PostgreSQL (with tools like PgLoader) in order to benefit from the efficiency of Pl/Pgsql functions which might be difficult to translate without MySQL