Files
Atlas/internal/store/migrations/005_tasks_model.sql
T
renjue 2b020bb782
CI / docker (push) Successful in 2m58s
实现 Atlas AI 平台一期能力并完成品牌化改造。
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 23:35:19 +08:00

6 lines
127 B
SQL

-- +goose Up
ALTER TABLE tasks ADD COLUMN model TEXT NOT NULL DEFAULT '';
-- +goose Down
ALTER TABLE tasks DROP COLUMN model;