1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +02:00

fix postgres SQL for legacyBoardFields (#3111)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Doug Lauder 2022-05-26 18:11:53 -04:00 committed by GitHub
parent 9eb3bd5487
commit fa258fe91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ func legacyBoardFields(prefix string) []string {
"COALESCE(created_by, '')",
"modified_by",
"type",
"\"\"", // substitute for minimum_role column.
"''", // substitute for minimum_role column.
"title",
"description",
"icon",