Skip to content

Commit

Permalink
[11945] Schema change to add logout redirect url to client config (#1…
Browse files Browse the repository at this point in the history
…1963)

Co-authored-by: Trevor Bosaw <trevor.bosaw@oddball.io>
  • Loading branch information
bosawt and Trevor Bosaw authored Mar 6, 2023
1 parent 210773a commit a760421
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions db/migrate/20230303003828_add_web_logout_to_client_config.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class AddWebLogoutToClientConfig < ActiveRecord::Migration[6.1]
def change
safety_assured do
add_column :client_configs, :logout_redirect_uri, :text
end
end
end
3 changes: 2 additions & 1 deletion db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a760421

Please sign in to comment.