AppFlowy-Cloud/migrations/20241222152427_collab_add_indexed_at.sql
Nathan.fooo 1131818eb7
fix: support index document in the background, fix stack overflow when calling rayon::spawn (#1099)
* chore: batch index

* chore: format log

* chore: index workspace

* chore: fix stack overflow

* chore: background index

* chore: clippy

* chore: filter tasks

* chore: clippy

* chore: add metrics

* chore: fix test
2024-12-24 14:30:17 +08:00

3 lines
No EOL
111 B
SQL

-- Add migration script here
ALTER TABLE af_collab
ADD COLUMN indexed_at TIMESTAMP WITH TIME ZONE DEFAULT NULL;