Skip to content

v1.0.1

Compare
Choose a tag to compare
@nasrulhazim nasrulhazim released this 16 Oct 02:58
· 9 commits to main since this release

Traitify v1.0.1 Release Notes

Release Date: 15th October 2024

This patch release focuses on improvements to the InteractsWithSqlViewMigration trait, which simplifies SQL view management in Laravel migrations.

Key Updates in v1.0.1:

  1. InteractsWithSqlViewMigration Trait:
    • Automates the process of managing SQL views during migrations.
    • Supports the use of external SQL files to create and drop views.
    • Ensures better error handling with exceptions when SQL files are missing.
    • Customizable filenames for both creating and dropping views via getUpFilename() and getDownFilename() methods.

Installation:

To update to v1.0.1, run:

composer update cleaniquecoders/traitify

Documentation:

For more details on how to use the InteractsWithSqlViewMigration trait, please refer to the GitHub repository.


This update enhances how SQL views are handled in migrations, making it easier to maintain and organize SQL scripts in your Laravel projects.

Full Changelog: v1.0.0...v1.0.1