mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* feat: add workspace settings with disable indexing option * chore: added api workspace settings endpoint * chore: add workspace settings read and write to client api * chore: add tests for workspace settings client api * fix: enforce authorization rules on workspace settings api * chore: fix appflowy indexer test configuration * chore: add dotenvy to appflowy indexer tests * chore: override appflowy indexer env vars for tests * chore: add appflowy indexer preindex env var
2 lines
No EOL
80 B
SQL
2 lines
No EOL
80 B
SQL
-- Add migration script here
|
|
ALTER TABLE af_workspace ADD COLUMN settings JSONB; |