shift-board / shiftboard

MIT License
0 stars 0 forks source link

Modified database models #17

Closed wang-joseph closed 3 years ago

wang-joseph commented 3 years ago

In regards to the comments brought up in #15, the database was slightly altered to promote the efficiency of indexing and allow for simple retrieval of images.

Images each have their own UUID which can be used to identify them when retrieving them using the API URI (see #16 ). Also, moving them to the table should improve query times on Board and Post.

shari09 commented 3 years ago

I don't think it improves query times on Board and Post ~unless I'm wrong~