mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* 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
3 lines
No EOL
111 B
SQL
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; |