Commit Graph

21 Commits

Author SHA1 Message Date
e7a8491653 Use timestamp instead of date for added_date column in songs table
All checks were successful
Push Workflows / docs (push) Successful in 56s
Push Workflows / test (push) Successful in 2m23s
Push Workflows / leptos-test (push) Successful in 2m31s
Push Workflows / build (push) Successful in 3m24s
Push Workflows / docker-build (push) Successful in 8m12s
Push Workflows / nix-build (push) Successful in 18m0s
2025-02-02 16:42:24 -05:00
9f39c9b3fd Merge branch 'main' into 100-add-addeddate-column-to-songs-table 2024-12-15 17:09:44 -05:00
8fbc733b6b Rename add_songs_added_date migration 2024-12-15 17:08:31 -05:00
81b1490cce Create playlist database migration 2024-11-01 16:37:22 -04:00
53805d8793 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
2024-10-24 03:17:06 +00: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
bd7b1ebd1a Add migration to create artist, album, and song title indicies 2024-02-16 23:51:20 -05:00
11bc55bf61 Add migration to install pg_trgm extension 2024-02-16 23:50:49 -05: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
a614bda4ab Create DB migrations for users table 2024-01-16 22:36:42 -05:00
043a56c275 Run diesel setup 2024-01-14 17:22:14 -05:00