statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 75 forks source link

Split migration publish tags #266

Closed duncanmcclean closed 5 months ago

duncanmcclean commented 5 months ago

This pull request splits up the publish tags for some of the repositories.

For example, this change now allows developers to publish the migration for the assets table, but not the one for the asset_containers table.

Related: statamic/cms#9669

duncanmcclean commented 5 months ago

Don't mind the failing tests - they're not because of me 🙈