focalboard/server/services/store/sqlstore
Miguel de la Cruz 19ef6533f6
Adds data migration to clean badly assigned boards (#3635)
* Adds data migration to clean badly assigned boards

This data migration fetches all boards whose owner has a deleted
membership on the board's team and fixes them by processing them
again, this time with the fix applied to the `getBestTeamForBoard`
function that skips deleted teams and team memberships

* Do not create a transaction if there are no offending boards found

* Fix linter
2022-08-11 09:22:32 -06:00
..
migrations Persist category state (#3579) 2022-08-08 14:55:47 -06:00
blocks.go don't copy 'comment' blocks (#3267) 2022-06-22 15:57:27 -06:00
board.go GH-3564: Change boards search to "all" words (#3622) 2022-08-10 14:49:30 +05:30
board_insights.go [MM-43781] Feature: boards insights (#3005) 2022-08-08 11:42:02 +05:30
boards_and_blocks.go don't copy 'comment' blocks (#3267) 2022-06-22 15:57:27 -06:00
category.go Persist category state (#3579) 2022-08-08 14:55:47 -06:00
category_boards.go
cloud.go
data_migrations.go Adds data migration to clean badly assigned boards (#3635) 2022-08-11 09:22:32 -06:00
data_migrations_test.go
data_retention.go
file.go
helpers_test.go
legacy_blocks.go Adds data migration to clean badly assigned boards (#3635) 2022-08-11 09:22:32 -06:00
migrate.go Adds data migration to clean badly assigned boards (#3635) 2022-08-11 09:22:32 -06:00
migrate_test.go
notificationhints.go
params.go Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
public_methods.go [MM-43781] Feature: boards insights (#3005) 2022-08-08 11:42:02 +05:30
session.go
sharing.go
sqlstore.go [MM-43781] Feature: boards insights (#3005) 2022-08-08 11:42:02 +05:30
sqlstore_test.go Persist category state (#3579) 2022-08-08 14:55:47 -06:00
subscriptions.go
system.go
team.go
templates.go
user.go [MM-43781] Feature: boards insights (#3005) 2022-08-08 11:42:02 +05:30
util.go