mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
Added Models App, Installation Batch Installation
This commit is contained in:
5
db/migrate/20151113124226_rename_application_to_app.rb
Normal file
5
db/migrate/20151113124226_rename_application_to_app.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class RenameApplicationToApp < ActiveRecord::Migration
|
||||
def change
|
||||
rename_table :applications, :apps
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user