mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 12:36:11 +00:00
3 lines
114 B
MySQL
3 lines
114 B
MySQL
|
-- Add migration script here
|
||
|
ALTER TABLE extension_versions ADD COLUMN schema_version INTEGER NOT NULL DEFAULT 0;
|