Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Support a user defined name for the schema_migrations table #30

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 2, 2020

  1. Support a user defined name for the schema_migrations table

    Added runMigration' and runMigrations'. These two function support an
    extra parameter over the non-prime ones. This param is the name of the
    scschema_migrations table that the user has selected.
    
    Adding two new functions like this means there are no breaking changes
    for existing users.
    andrevdm committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    d937a1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0f9a95 View commit details
    Browse the repository at this point in the history
  3. Using mappend rather than <> for compatability

    Not very pretty...
    andrevdm committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    acc7497 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a1dd85 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    aa143c3 View commit details
    Browse the repository at this point in the history