Adam1302 / SpringBoot-AML

A SpringBoot Project dedicated to learning about works of Art, Media, and Literature
0 stars 2 forks source link

FEATURE: Delete picture when deleting book #65

Closed Adam1302 closed 4 months ago

Adam1302 commented 4 months ago

What? When we delete a book from our Book table, we should delete the associated cover art in the Picture table.

Why? Our Picture table will be filled with hanging entries.

How? Probably will have to do a GET-type JDBC call first, then delete both if they exist.