You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select should be rewritten as "select ... from pg_sequences where sequencename = ''
Actual behaviour
upgrade tries to read min_value and increment by of sequences by using a select ... from seqencename
Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing 'SELECT min_value, increment_by FROM "oc_addressbookchanges_id_seq"':
SQLSTATE[42703]: Undefined column: 7 FEHLER: Spalte »min_value« existiert nicht
LINE 1: SELECT min_value, increment_by FROM "oc_addressbookchanges_i...
Server configuration
Operating system: gentoo linux
Web server: apache 2.4
Database: postgresql 10
PHP version: 5.6
Nextcloud version: 12.0.2
Updated from an older Nextcloud/ownCloud or fresh install: 10.0.1
Where did you install Nextcloud from: gentoo portage tree
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behaviour
upgrade should not complain about missing fields.
select should be rewritten as "select ... from pg_sequences where sequencename = ''
Actual behaviour
upgrade tries to read min_value and increment by of sequences by using a select ... from seqencename
Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing 'SELECT min_value, increment_by FROM "oc_addressbookchanges_id_seq"':
SQLSTATE[42703]: Undefined column: 7 FEHLER: Spalte »min_value« existiert nicht
LINE 1: SELECT min_value, increment_by FROM "oc_addressbookchanges_i...
Server configuration
Operating system: gentoo linux
Web server: apache 2.4
Database: postgresql 10
PHP version: 5.6
Nextcloud version: 12.0.2
Updated from an older Nextcloud/ownCloud or fresh install: 10.0.1
Where did you install Nextcloud from: gentoo portage tree
The text was updated successfully, but these errors were encountered: