focalboard/server/services/store/sqlstore
Scott Bishel 90677ba7b8
GH 2393 Move calculationColumns from board to view (#2762)
* move calculation columns to view

* update tests

* add conversion for column calculations

* remove column_Calculations from boards and boards_history

* updates from testing

* update for sqlite

* fixes from testing

* fix lint, cleanup

* update templates,remove field from boards

* revert bad changes

* update snapshots

* Update server/services/store/sqlstore/migrations/000017_add_teams_and_boards.up.sql

Co-authored-by: Miguel de la Cruz <miguel@mcrx.me>

Co-authored-by: Miguel de la Cruz <miguel@mcrx.me>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-04-14 10:33:57 -06:00
..
migrations GH 2393 Move calculationColumns from board to view (#2762) 2022-04-14 10:33:57 -06:00
blocks.go
board.go GH 2393 Move calculationColumns from board to view (#2762) 2022-04-14 10:33:57 -06: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
migrate_test.go
notificationhints.go
params.go
public_methods.go
session.go
sharing.go
sqlstore.go
sqlstore_test.go
subscriptions.go
system.go
team.go
templates.go
user.go
util.go