mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
2 lines
114 B
SQL
2 lines
114 B
SQL
-- Add migration script here
|
|
ALTER TABLE extension_versions ADD COLUMN schema_version INTEGER NOT NULL DEFAULT 0;
|