Associate RS authorizations with web apps
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddWebAppIdToRemoteStorageAuthorizations < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_reference :remote_storage_authorizations, :web_app, foreign_key: {
|
||||
to_table: :app_catalog_web_apps
|
||||
}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user