Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ CREATE TABLE IF NOT EXISTS issues (
wisp_type VARCHAR(32) DEFAULT '',
pinned TINYINT(1) DEFAULT 0,
is_template TINYINT(1) DEFAULT 0,
crystallizes TINYINT(1) DEFAULT 0,
mol_type VARCHAR(32) DEFAULT '',
work_type VARCHAR(32) DEFAULT 'mutex',
quality_score DOUBLE,
source_system VARCHAR(255) DEFAULT '',
metadata JSON DEFAULT (JSON_OBJECT()),
source_repo VARCHAR(512) DEFAULT '',
Expand Down
2 changes: 0 additions & 2 deletions internal/storage/embeddeddolt/schema/0020_create_wisps.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ CREATE TABLE IF NOT EXISTS wisps (
wisp_type VARCHAR(32) DEFAULT '',
pinned TINYINT(1) DEFAULT 0,
is_template TINYINT(1) DEFAULT 0,
crystallizes TINYINT(1) DEFAULT 0,
mol_type VARCHAR(32) DEFAULT '',
work_type VARCHAR(32) DEFAULT 'mutex',
quality_score DOUBLE,
source_system VARCHAR(255) DEFAULT '',
metadata JSON DEFAULT (JSON_OBJECT()),
source_repo VARCHAR(512) DEFAULT '',
Expand Down