Sha256: fbed4b8ab45481f03f81079c7bafc8414500677f95c4fb63993ba7829564dec2
Contents?: true
Size: 255 Bytes
Versions: 2
Compression:
Stored size: 255 Bytes
Contents
class CreateCmorCmsRedirects < ActiveRecord::Migration[5.2] def change create_table :cmor_cms_redirects do |t| t.text :source t.text :target t.integer :position t.timestamp :published_at t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cmor_cms-0.0.60.pre | db/migrate/20200813085847_create_cmor_cms_redirects.rb |
cmor_cms-0.0.59.pre | db/migrate/20200813085847_create_cmor_cms_redirects.rb |