spicywebau / craft-fieldlabels

Override Craft CMS field labels and instructions in the field layout designer
MIT License
123 stars 9 forks source link

PostgreSQL error with hideName column #35

Closed KatieMFritz closed 2 years ago

KatieMFritz commented 5 years ago

Description

Site is inaccessible with database exception error.

SQLSTATE[42703]: Undefined column: 7 ERROR: column "hideName" does not exist
LINE 1: ...ieldId", "fieldLayoutId", "name", "instructions", "hideName"...
^
The SQL being executed was: SELECT "id", "fieldId", "fieldLayoutId", "name", "instructions", "hideName", "hideInstructions", "uid"
FROM "fieldlabels"
ORDER BY "id" DESC

Caused by: PDOException
SQLSTATE[42703]: Undefined column: 7 ERROR: column "hideName" does not exist
LINE 1: ...ieldId", "fieldLayoutId", "name", "instructions", "hideName"...

Steps to reproduce

  1. Update Field Labels plugin locally.
  2. Push to staging site.
  3. Get these errors.

Other information