Giter VIP home page Giter VIP logo

Comments (5)

madzhuga avatar madzhuga commented on May 25, 2024

I will fix that today. Also it looks like I will have to add configuration setting to use mysql as it prevents me from using postgres-like window functions and some other stuff... I will add more information about it today.

from rails_workflow.

waleedjaffar avatar waleedjaffar commented on May 25, 2024

Hi Samnissen,

You can modify migration file as:

  1. Replace [:uuid, :uuid], as ["char(36)", :uuid], at line 66 and 111

and execute db:migrate

Regards,
Waleed

from rails_workflow.

samnissen avatar samnissen commented on May 25, 2024

Thanks @madzhuga If I knew more about Postgres, I would submit along with a PR ... but then I probably wouldn't be requesting MySQL support. :]

And thank you @waleedjaffar -- if I need to wedge this in before official support I'll follow your instructions.

from rails_workflow.

madzhuga avatar madzhuga commented on May 25, 2024

@samnissen and @waleedjaffar try 0.3.2 version. I removed uuid and added mysql / pg separate dialects. Please make sure you have config/initializers/workflow.rb file:

RailsWorkflow.setup do |config|
  config.sql_dialect= 'mysql'
end

to use mysql query instead of pg query with window functions

from rails_workflow.

samnissen avatar samnissen commented on May 25, 2024

Thank you for this!

from rails_workflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.