ueberauth / guardian_db

Guardian DB integration for tracking tokens and ensuring logout cannot be replayed.
MIT License
367 stars 87 forks source link

Documentation: need to update migrations if using non-default table name #118

Closed slemonide closed 3 years ago

slemonide commented 3 years ago

Should we add a note about having to modify generated migrations when using non-default schema_name? Can migration infer schema name from config?