forked from bofh/fetsite
public to rubrik and object to calentries addecd
This commit is contained in:
@@ -3,13 +3,13 @@ class TranslateLvas < ActiveRecord::Migration
|
||||
Lva.create_translation_table!({
|
||||
:desc => :text
|
||||
}, {
|
||||
#:migrate_data => true
|
||||
:migrate_data => true
|
||||
})
|
||||
|
||||
|
||||
end
|
||||
|
||||
def self.down
|
||||
Lva.drop_translation_table! #:migrate_data => true
|
||||
Lva.drop_translation_table! :migrate_data => true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user