focalboard/server/services/store/sqlstore/migrations/migrations_files
Harshil Sharma e0ec1c03e0
New Props: Created By, Created At, Updated By, Updated At (#583)
* Added create_at column for blocks

* Populating created by

* Added logic for storing created by

* Added GetBlock by ID to store interface

* Added creayed by and modified by properties

* Added created by and modified by properties

* Added lastmodifiedat property

* Fixed existing webapp test

* Added webapp unit tests

* Added webapp unit tests

* Added webapp unit tests

* Adding server test

* Added server tests

* Fixed a bug causing created by to be set empty

* Avodining timezone specific test behavior

* Made cypress viewport bigger to avoid out-of-viewoport issues in multiple tests

* Removed a leftover comment

* Added updated at/by in table view

* Added updated at in card view

* Fixing sort

* Fixed sorting of updated by

* Fixed existing tests

* Added table tests

* Added cardTree fix

* Fixed tests

* Removed unused import

* Update snapshots

* Added a tamper attempt test

* Removed some leftover debug code

* Removed sending creator from client

* Fixed lint error

* Fixed a build issue

* Avoided setting insert query params multiple times

* Multiple minor review fixes

* Fixed test
2021-07-08 20:06:43 +05:30
..
000001_init.down.sql
000001_init.up.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
000002_system_settings_table.down.sql
000002_system_settings_table.up.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
000003_blocks_rootid.down.sql
000003_blocks_rootid.up.sql
000004_auth_table.down.sql
000004_auth_table.up.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
000005_blocks_modifiedby.down.sql
000005_blocks_modifiedby.up.sql
000006_sharing_table.down.sql
000006_sharing_table.up.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
000007_workspaces_table.down.sql
000007_workspaces_table.up.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
000008_teams.down.sql
000008_teams.up.sql
000009_blocks_history.down.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
000009_blocks_history.up.sql Fixes for workspace support (#321) 2021-04-26 13:43:02 +02:00
000010_blocks_created_by.down.sql New Props: Created By, Created At, Updated By, Updated At (#583) 2021-07-08 20:06:43 +05:30
000010_blocks_created_by.up.sql New Props: Created By, Created At, Updated By, Updated At (#583) 2021-07-08 20:06:43 +05:30