Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Latest commit

 

History

History
4 lines (3 loc) · 437 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 437 Bytes

Craft CMS 3 Content Migration Examples

Craft 3.0 introduces a new content migration feature with a handy CLI migration tool. Migrations are incremental changes to the database that we store in files. This article will run through some common scenarios when writing Craft 3 migrations for field, matrix, entry type and other structures.

This is a collection of example migrations that can be used as a reference point for development.