mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
3 lines
105 B
SQL
3 lines
105 B
SQL
-- Add migration script here
|
|
ALTER TABLE af_blob_metadata
|
|
ADD COLUMN status SMALLINT NOT NULL DEFAULT 0;
|