mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
6 lines
116 B
Ruby
6 lines
116 B
Ruby
class RenameApplicationToApp < ActiveRecord::Migration
|
|
def change
|
|
rename_table :applications, :apps
|
|
end
|
|
end
|