diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 04:23:37 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 04:23:37 +0200 |
| commit | 241d5e91b2b6716e2861cc77d319c3d3568343a8 (patch) | |
| tree | 1940be47d3f1c51c954e32a445ac4d06d2065994 /db/migrate/20090131213536_add_published_at_to_pages.rb | |
| parent | b4f850e97aeb12369399d8e1ab354f66d3b88e40 (diff) | |
Fix unversioned migrations
Diffstat (limited to 'db/migrate/20090131213536_add_published_at_to_pages.rb')
| -rw-r--r-- | db/migrate/20090131213536_add_published_at_to_pages.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20090131213536_add_published_at_to_pages.rb b/db/migrate/20090131213536_add_published_at_to_pages.rb index 0e4ee62a..1a57deb0 100644 --- a/db/migrate/20090131213536_add_published_at_to_pages.rb +++ b/db/migrate/20090131213536_add_published_at_to_pages.rb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | class AddPublishedAtToPages < ActiveRecord::Migration | 1 | class AddPublishedAtToPages < ActiveRecord::Migration[4.2] |
| 2 | def self.up | 2 | def self.up |
| 3 | add_column :pages, :published_at, :datetime | 3 | add_column :pages, :published_at, :datetime |
| 4 | end | 4 | end |
