Add added_date column to songs table #100 #118

Merged
eta357 merged 5 commits from 100-add-addeddate-column-to-songs-table into main 2024-12-15 23:57:21 +00:00
Member
No description provided.
pubsafe added 1 commit 2024-10-24 03:17:48 +00:00
Add added_date column to songs table #100
All checks were successful
Push Workflows / docs (push) Successful in 2m46s
Push Workflows / test (push) Successful in 5m8s
Push Workflows / leptos-test (push) Successful in 6m49s
Push Workflows / build (push) Successful in 7m46s
Push Workflows / docker-build (push) Successful in 15m7s
53805d8793
Owner

This is good, except for a few things:

  • You didn't quite follow the format of the migration folder name. I believe the rest of the folder name is comprised of the time of the migration, just rename the folder and include the rough time you created it.
  • In order to access the data in this column, add a field to the Song struct in models.rs to store this date. It should be represented as an Option<Date> so that it isn't necessary to specify a date when inserting into the database.
This is good, except for a few things: - You didn't quite follow the format of the migration folder name. I believe the rest of the folder name is comprised of the time of the migration, just rename the folder and include the rough time you created it. - In order to access the data in this column, add a field to the Song struct in `models.rs` to store this date. It should be represented as an `Option<Date>` so that it isn't necessary to specify a date when inserting into the database.
eta357 added the
type
feature
label 2024-12-01 02:06:05 +00:00
eta357 added 3 commits 2024-12-15 22:20:31 +00:00
Add added_date field to Song and SongData
Some checks failed
Push Workflows / docs (push) Successful in 2m8s
Push Workflows / build (push) Failing after 2m53s
Push Workflows / test (push) Successful in 5m7s
Push Workflows / leptos-test (push) Successful in 6m16s
Push Workflows / docker-build (push) Failing after 14m38s
b7b6406c2d
eta357 added 1 commit 2024-12-15 23:11:01 +00:00
Merge branch '172-fix-unexpected-cfg-condition-name-wasmbindgenunstabletestcoverage' into 100-add-addeddate-column-to-songs-table
Some checks failed
Push Workflows / docs (push) Successful in 2m49s
Push Workflows / test (push) Successful in 7m19s
Push Workflows / leptos-test (push) Successful in 8m53s
Push Workflows / build (push) Successful in 9m36s
Push Workflows / docker-build (push) Failing after 15m33s
ec65d099f1
eta357 merged commit 414f507ef9 into main 2024-12-15 23:57:21 +00:00
eta357 deleted branch 100-add-addeddate-column-to-songs-table 2024-12-15 23:57:21 +00:00
Sign in to join this conversation.
No description provided.