mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 07:07:43 +08:00
💄 add username and date-time in exported file name
This commit is contained in:
5
db/migrate/20150115172310_rename_user_export_column.rb
Normal file
5
db/migrate/20150115172310_rename_user_export_column.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class RenameUserExportColumn < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :user_exports, :export_type, :file_name
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user