aminnausin / mediaServer

A web media player
1 stars 0 forks source link

Sync Files does not sync next ID #55

Closed aminnausin closed 3 months ago

aminnausin commented 3 months ago

Syncing file caches does not fix the next ID. If there was an issue and the next id was set to double the amount of rows, it will not be reset and this breaks auto increment.

aminnausin commented 3 months ago

Maybe this should not be fixed

aminnausin commented 3 months ago

https://laracasts.com/discuss/channels/general-discussion/how-to-get-the-next-autoincrement-id

aminnausin commented 3 months ago

I think thats what I intended when I made the syncfiles job