focalboard/server/services
Doug Lauder 2640cbd3ed
fix panic selecting insert_at (#2009)
Fixes a panic at start-up for plugin + postgres/mysql. When selecting on a timestamp database type, the type of the var to scan into is different based on database type. The fix is to convert the timestamp to string within the query and scan into a string.
2021-12-21 17:18:55 -05:00
..
audit
auth
config Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
metrics
notify Notifications phase 1 (#1851) 2021-12-10 10:46:37 -05:00
scheduler
store fix panic selecting insert_at (#2009) 2021-12-21 17:18:55 -05:00
telemetry
webhook