bookstore/db/migrate
2021-03-22 02:25:17 +01:00
..
20210319142051_create_authors.rb Initial commit 2021-03-19 17:31:38 +02:00
20210319142054_create_books.rb Initial commit 2021-03-19 17:31:38 +02:00
20210319142059_create_authors_books.rb Initial commit 2021-03-19 17:31:38 +02:00
20210320130542_create_users.rb user and session generated 2021-03-20 14:23:06 +01:00
20210320212922_change_username_to_email.rb rename username to email 2021-03-20 22:37:38 +01:00
20210320233401_add_password_recovery_code_to_users.rb password recovery wip 2021-03-21 10:36:09 +01:00
20210321093857_change_password_recovery_code_to_recovery_password_digest.rb has_secure_password :recovery_password 2021-03-21 11:12:14 +01:00
20210321135711_add_role_to_users.rb user validation 2021-03-21 17:02:04 +01:00
20210321213901_add_status_to_users.rb user blocking 2021-03-21 23:43:09 +01:00
20210321225317_create_audit_records.rb AuditRecord 2021-03-22 00:54:45 +01:00
20210321235625_add_quantity_to_books.rb books quantity 2021-03-22 01:24:13 +01:00
20210322002803_create_books_users.rb shopping cart 2021-03-22 02:25:17 +01:00