Skip to content

Commit 8d9da97

Browse files
authored
Merge pull request #2667 from coffeegoddd/db/revert-changes
/internal/storage/embeddeddolt/schema: remove no_history migration ch…
2 parents 6724965 + 5c7e764 commit 8d9da97

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

internal/storage/embeddeddolt/schema/0001_create_issues.up.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CREATE TABLE IF NOT EXISTS issues (
2525
original_size INT,
2626
sender VARCHAR(255) DEFAULT '',
2727
ephemeral TINYINT(1) DEFAULT 0,
28-
no_history TINYINT(1) DEFAULT 0,
2928
wisp_type VARCHAR(32) DEFAULT '',
3029
pinned TINYINT(1) DEFAULT 0,
3130
is_template TINYINT(1) DEFAULT 0,

internal/storage/embeddeddolt/schema/0020_create_wisps.up.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CREATE TABLE IF NOT EXISTS wisps (
2525
original_size INT,
2626
sender VARCHAR(255) DEFAULT '',
2727
ephemeral TINYINT(1) DEFAULT 0,
28-
no_history TINYINT(1) DEFAULT 0,
2928
wisp_type VARCHAR(32) DEFAULT '',
3029
pinned TINYINT(1) DEFAULT 0,
3130
is_template TINYINT(1) DEFAULT 0,

0 commit comments

Comments
 (0)