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:
parent
9eb3bd5487
commit
fa258fe91e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user