Commit Graph

5 Commits

Author SHA1 Message Date
Reeverflow
3a97f29170 - Added Flyway sql scripts
- Added SQL constraints added to respective tables see list below:
-- video_playlist: video_id playlist_id
-- Foreign keys reference originals, on delete cascade on both
- Added Java JPA Entity column name mapping to snake_case instead of using base Java camelCase
2026-03-08 18:17:17 +01:00
Reeverflow
b63d70078a ipv4 enforce in order to skip timeout for ipv6 search 2026-03-06 11:36:14 +01:00
Reeverflow
afbff59d49 - Database: Update -> Drop and Create
- Removed PostConstruct from services
- Extended Video with MANYTOONE Playlist
- Extended Video with ONETOONE creator
- Extended Playlist with MANYTOMANY with videos
- Created Creator
- Extended Creator with OneToMany to videos
- VideoController now listens to POST on /fire, expects RequestBody input:true
2026-02-22 18:37:53 +01:00
Reeverflow
41cb2eb470 add postgres connector 2026-02-05 20:38:36 +01:00
Reeverflow
baa73c400e first commit 2026-02-03 16:20:57 +01:00