focalboard/server/services/store/sqlstore
Jesús Espino 0363357209
Simplifying the categories migration (#2739)
* Simplifying the categories migration

* A bit more of simplification

* Leaving the channel_id there because sqlite doesn't support drop columns

* Update server/services/store/sqlstore/migrations/000018_populate_categories.up.sql

* Update server/services/store/sqlstore/migrations/000019_populate_category_blocks.up.sql

* Update server/services/store/sqlstore/migrations/000018_populate_categories.up.sql

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
2022-04-06 16:15:50 -04:00
..
migrations Simplifying the categories migration (#2739) 2022-04-06 16:15:50 -04:00
blocks.go Removing not used code 2022-04-06 12:57:30 +02:00
board.go Permissions integration tests (#2697) 2022-04-05 08:00:04 -07:00
boards_and_blocks.go
category.go
category_boards.go
data_migrations.go
data_migrations_test.go
helpers_test.go
legacy_blocks.go
migrate.go Fixed bug where migration failed if no teamless board existed (#2648) 2022-03-28 13:32:01 +05:30
migrate_test.go
notificationhints.go
params.go Migrate DM and private group message boards to a team (#2557) 2022-03-25 17:21:56 -06:00
public_methods.go Removing not used code 2022-04-06 12:57:30 +02:00
session.go
sharing.go
sqlstore.go GetBoardMetadata API (#2569) 2022-03-29 14:47:49 -07:00
sqlstore_test.go
subscriptions.go
system.go
team.go
templates.go Removed getDefaultTemplates functin as no longer needed 2022-03-29 11:16:16 +05:30
user.go
util.go