Breaking changes since file IDs were removed #3
Labels
Comments
It's been almost a year. If anyone still needs this, they can find it in the closed issues I guess. :> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recently removed file IDs from all routes, favoring owner IDs instead. As a result, you will need to use the following two snippets of code to migrate your database schema. Run the following in order, the first being PHP and the second SQL.
The text was updated successfully, but these errors were encountered: