mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 20:17:46 +08:00
6 lines
153 B
Ruby
6 lines
153 B
Ruby
![]() |
class RenameAuthTokenCreatedAt < ActiveRecord::Migration
|
||
|
def change
|
||
|
rename_column :users, :auth_token_created_at, :auth_token_updated_at
|
||
|
end
|
||
|
end
|