Nathan.fooo a521541cb7
chore: only sync when doucment was changed (#7081)
* chore: only sync when doucment was changed

* chore: fmt
2024-12-30 10:26:06 +08:00

7 lines
206 B
SQL

-- Your SQL goes here
CREATE TABLE af_collab_metadata (
object_id TEXT PRIMARY KEY NOT NULL,
updated_at BIGINT NOT NULL,
prev_sync_state_vector BLOB NOT NULL,
collab_type INTEGER NOT NULL
);