* Update group_store.go Replace raw SQL with query builder for Get, Update, and Delete methods in GroupStore * Update group_store.go Replace raw SQL with query builder for GetByRemoteID, GetAllBySource, and Restore methods in GroupStore * Add error handling when using query builder in group_store.go * Use builder methods to cut down on boilerplate * Update server/channels/store/sqlstore/group_store.go Implement suggestion from PR review Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> --------- Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> Co-authored-by: Mattermost Build <build@mattermost.com>