Sha256: a862176538f209b59fd329420644de828e3875690e29164aa007c0170901ebd3
Contents?: true
Size: 792 Bytes
Versions: 8
Compression:
Stored size: 792 Bytes
Contents
class <%= class_name %>Migration < Scrivito::Migration def up # This migration file allows to change the CMS content programmatically. # All Scrivito SDK classes and methods are available and arbitrary Ruby code can be executed. # # Use `bundle exec rake scrivito:migrate` to run all migrations that are new to the `rtc` workspace. # Migrations are identified by an ID and only get executed once. If you migrate the CMS an # existing `rtc` workspace is used or a new `rtc` workspace is created. Only one developer at a # time can run migrations, which means to quickly try to publish the current migrations. # # Use `bundle exec rake scrivito:migrate:publish` to publish your `rtc` workspace that holds the # latest unpublished migrations. end end
Version data entries
8 entries across 8 versions & 1 rubygems