Sha256: b1cbfca29705528f78577fe6ad0707d5330d256204d73c297f08b8844b626045
Contents?: true
Size: 549 Bytes
Versions: 110
Compression:
Stored size: 549 Bytes
Contents
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
Version data entries
110 entries across 110 versions & 1 rubygems