class <%= class_name %>Migration < Scrivito::Migration def up # When run, this migration changes the CMS content programmatically. # All Scrivito SDK classes and methods can be used here, and any Ruby code can be executed. # # Use `bundle exec rake scrivito:migrate` to run all the migrations that have not yet # been applied to the CMS. Every migration has a unique ID and is executed only once. # # Use `bundle exec rake scrivito:migrate:publish` to publish the changes introduced by # your migrations. end end