zed/crates/collab/migrations/20240320124800_add_extension_schema_version.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
114 B
MySQL
Raw Normal View History

-- Add migration script here
ALTER TABLE extension_versions ADD COLUMN schema_version INTEGER NOT NULL DEFAULT 0;