mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +08:00
Added migration to remove updated_at from Activity [fixes SCI-1145]
This commit is contained in:
parent
41df727e57
commit
cd6bae6e35
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class RemoveUpdatedAtFromActivity < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :activities, :updated_at, :datetime
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue