zero-to-production/migrations
2022-03-13 19:41:50 +00:00
..
20200823135036_create_subscriptions_table.sql Refactor structure to use one root branch per chapter. 2020-12-05 17:19:11 +00:00
20210307181858_add_status_to_subscriptions.sql Add new column as optional. 2021-03-07 18:27:54 +00:00
20210307184428_make_status_not_null_in_subscriptions.sql Make status mandatory. 2021-03-07 18:53:52 +00:00
20210307185410_create_subscription_tokens_table.sql Fix migration. 2021-03-11 22:30:22 +00:00
20210815112026_create_users_table.sql Store user list, insecurely. 2021-08-15 13:26:16 +01:00
20210822143736_rename_password_column.sql Password hashing using SHA3-256. 2021-08-22 16:54:41 +01:00
20210829175741_add_salt_to_users.sql Implement password hashing using Argon2, with PHC string format as storage encoding. 2021-08-29 22:09:43 +02:00
20210829200701_remove_salt_from_users.sql Implement password hashing using Argon2, with PHC string format as storage encoding. 2021-08-29 22:09:43 +02:00
20220312175058_seed_user.sql Last part of chapter 10 - sessions, seed users and change password form 2022-03-12 19:05:53 +00:00
20220313182312_create_idempotency_table.sql Chapter 11: fault tolerant workflows. 2022-03-13 19:41:50 +00:00
20220313184809_relax_null_checks_on_idempotency.sql Chapter 11: fault tolerant workflows. 2022-03-13 19:41:50 +00:00
20220313190920_create_newsletter_issues_table.sql Chapter 11: fault tolerant workflows. 2022-03-13 19:41:50 +00:00
20220313191254_create_issue_delivery_queue_table.sql Chapter 11: fault tolerant workflows. 2022-03-13 19:41:50 +00:00