Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature migrations up/down #270

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from
Open

Commits on Sep 5, 2024

  1. Migrations up down

    slawkens committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b5dcf76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174accb View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    a5075d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c1d5ac View commit details
    Browse the repository at this point in the history
  3. Add forum model

    slawkens committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    200be48 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    c7cb00f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aff9f3 View commit details
    Browse the repository at this point in the history
  3. Fix migrations upgrade and downgrade

    + Add option to disable auto migrate
    slawkens committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c24c93a View commit details
    Browse the repository at this point in the history
  4. Add migrate:to command

    Usage: php aac migrate:to x (x - database version)
    slawkens committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0c332bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3dd10a View commit details
    Browse the repository at this point in the history
  6. Fixes regarding to init.php

    slawkens committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    92024cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dead8e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92de395 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81d0ace View commit details
    Browse the repository at this point in the history
  10. Don't allow minus number

    slawkens committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    22aa80a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71ec14c View commit details
    Browse the repository at this point in the history
  12. Version is required

    slawkens committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b6e0184 View commit details
    Browse the repository at this point in the history
  13. Fix PHPStan errors

    slawkens committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    88a0bc8 View commit details
    Browse the repository at this point in the history