brantje / nextnote

A full Evernote / OneNote style WYSIWYG note editor for Nextcloud / ownCloud. Join our telegram at: https://t.me/NextNote
GNU Affero General Public License v3.0
163 stars 19 forks source link

Backend update #72

Closed brantje closed 6 years ago

enoch85 commented 6 years ago

Wow, huge PR!

enoch85 commented 6 years ago

I have a VM that pulls the latest git every hour. As I wanted to test this I did a checkout on this branch and then updated the app via GUI and got this:

Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing 'SELECT DISTINCT(grouping) FROM "oc_nextnote" WHERE uid = "ncadmin"': SQLSTATE[42703]: Undefined column: 7 ERROR: column "ncadmin" does not exist LINE 1: ... DISTINCT(grouping) FROM "oc_nextnote" WHERE uid = "ncadmin" ^

I'm on PostgreSQL btw.