rebus-ink / ink-API

Hobb API Server: backend for the Rebus Reader system
GNU Affero General Public License v3.0
4 stars 5 forks source link

Outline data #635

Closed Marie000 closed 3 years ago

Marie000 commented 3 years ago

Moving outline data to its own table. So that means another database migration. Yay! This should not affect the API at all. In some cases, notes might have a outlineData object, but if that is the case, you can ignore it and use note.next, note.previous and note.parentId instead.

I am not 100% sure about this one. I might add more tests to make sure it all works. But all the tests are passing, so it should be ok?