mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
parent
46bca46320
commit
e84a1dc0de
2 changed files with 9 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeMessagesAttachedObjIdTypeToInt < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :messages, :attached_obj_id, 'integer USING attached_obj_id::integer'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue