GithubHelp home page GithubHelp logo

Comments (6)

dferrans avatar dferrans commented on July 30, 2024

Phinx
This is a DATABASE migration tool writen in php
Is framework agnostic.
Is is realy easy to manage migrations:
URL: http://docs.phinx.org/en/latest/

Composer File:

{
    "require": {
       "robmorgan/phinx": "dev-master"
    }
}

from crm.

DawoudIO avatar DawoudIO commented on July 30, 2024

I just looked at https://phinx.org/ and it is cool, the only issue i see with it is that you need a command line system setup to migrate and most of the CRM users will not have than

from crm.

DawoudIO avatar DawoudIO commented on July 30, 2024

@crossan007 this is done correct?

from crm.

crossan007 avatar crossan007 commented on July 30, 2024

I'm not sure I'd say it's "Done."

Our current upgrade method looks like this:

  • update the install.sql
  • validate the install.sql against the previous version of install, and add any changes to the update.sql files

These update files are then applied by the SystemService as part of a database restore, or upon login

from crm.

crossan007 avatar crossan007 commented on July 30, 2024

It works, but could be improved if/when we move to ORM

from crm.

crossan007 avatar crossan007 commented on July 30, 2024

This is working. Closing ticket.

from crm.

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.