Commit Graph

15 Commits

Author SHA1 Message Date
b7b6406c2d 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
2024-12-15 17:20:18 -05:00
81b1490cce Create playlist database migration 2024-11-01 16:37:22 -04:00
b9551e5bee Merge pull request 'Implement history' (#98) from 41-implement-history into main
All checks were successful
Push Workflows / docker-build (push) Successful in 58s
Push Workflows / leptos-test (push) Successful in 1m53s
Push Workflows / docs (push) Successful in 12m5s
Push Workflows / test (push) Successful in 13m33s
Push Workflows / build (push) Successful in 17m45s
Reviewed-on: #98
2024-09-29 18:27:08 +00:00
8fd064dffc Merge remote-tracking branch 'origin/main' into 41-implement-history
Some checks failed
Push Workflows / docs (push) Failing after 2m18s
Push Workflows / test (push) Failing after 2m44s
Push Workflows / build (push) Failing after 3m19s
Push Workflows / leptos-test (push) Failing after 3m38s
Push Workflows / docker-build (push) Failing after 8m43s
2024-09-28 20:40:37 -04:00
a83fb9dea5 Add friendships and friend_requests database tables
All checks were successful
Push Workflows / test (push) Successful in 2m20s
Push Workflows / docs (push) Successful in 2m16s
Push Workflows / leptos-test (push) Successful in 2m37s
Push Workflows / build (push) Successful in 3m3s
Push Workflows / docker-build (push) Successful in 10m39s
2024-09-28 20:28:00 -04:00
18cbb0017f Merge remote-tracking branch 'origin/31-update-songdata-for-fetching-songs-on-frontend-for-playback' into 36-implement-likes-and-dislikes 2024-07-30 22:12:44 -04:00
74b34b1e54 Merge remote-tracking branch 'origin/31-update-songdata-for-fetching-songs-on-frontend-for-playback' into 36-implement-likes-and-dislikes 2024-07-24 17:30:05 -04:00
81f0b9310f Add DB table for song history 2024-05-19 12:44:47 -04:00
6ae55d5cfc Add admin column to users table 2024-05-19 10:45:45 -04:00
cc4aee4ab4 Add image_path column to albums table 2024-05-16 18:13:14 -04:00
727029b757 Create DB tables for likes and dislikes 2024-05-10 16:03:18 -04:00
319958f264 Create songs table 2024-02-08 22:02:01 -05:00
bf99dac25c Create albums table 2024-02-08 18:38:18 -05:00
0924c954b8 Create artists table 2024-02-08 18:37:55 -05:00
62c53fc69b Add auto generated Diesel schema for users 2024-01-16 22:36:42 -05:00