ash_authentication/priv/repo/migrations
James Harton 948298ac1c
improvement(TokenResource)!: Store the token subject in the token resource. (#133)
* improvement(TokenResource)!: Store the token subject in the token resource.

This is a breaking change because you may have to delete tokens in your database so that you can avoid the non-null constraint on subject.

* docs: Add upgrading documentation.
2023-01-13 17:21:57 +13:00
..
20221204202349_install_2_extensions.exs improvement(Confirmation): Store confirmation changes in the token resource. 2022-12-05 10:48:23 +13:00
20221204202351_migrate_resources1.exs improvement(Confirmation): Store confirmation changes in the token resource. 2022-12-05 10:48:23 +13:00
20230111010206_add_user_with_token_required_resource.exs feat: Add token-required-for-authentication feature. (#116) 2023-01-11 15:12:53 +13:00
20230113020413_add_subject_to_token_resource.exs improvement(TokenResource)!: Store the token subject in the token resource. (#133) 2023-01-13 17:21:57 +13:00