v5.12.0
What's Changed
- docs: fix pg init sql by @tanxiao1990 in #1154
- feat: add configs service api by @710leo in #1155
- feat: support for sharing dashboards by @kurolz in #1150
- bug: user update by multifields, param need '...' by @gengleiming in #1170
New Contributors
- @kurolz made their first contribution in #1150
- @gengleiming made their first contribution in #1170
Full Changelog: v5.11.3...v5.12.0
alter table board add column `public` tinyint(1) not null default 0 comment '0:false 1:true' after tags;