mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
Remove Rails 5 deprecation warning.
This commit is contained in:
@@ -9,7 +9,7 @@ class CreateVestalVersions < ActiveRecord::Migration
|
||||
t.integer :reverted_from
|
||||
t.string :tag
|
||||
|
||||
t.timestamps
|
||||
t.timestamps null: false
|
||||
end
|
||||
|
||||
change_table :versions do |t|
|
||||
|
||||
Reference in New Issue
Block a user