AppFlowy-Cloud/migrations/20250109142738_blob_metadata_add_file_status.sql
Nathan.fooo ee84464e82
chore: store blob file status (#1147)
* chore: store blob file status

* chore: fmt

* chore: fmt
2025-01-10 14:52:35 +08:00

3 lines
105 B
SQL

-- Add migration script here
ALTER TABLE af_blob_metadata
ADD COLUMN status SMALLINT NOT NULL DEFAULT 0;