We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6724965 + 5c7e764 commit 8d9da97Copy full SHA for 8d9da97
2 files changed
internal/storage/embeddeddolt/schema/0001_create_issues.up.sql
@@ -25,7 +25,6 @@ CREATE TABLE IF NOT EXISTS issues (
25
original_size INT,
26
sender VARCHAR(255) DEFAULT '',
27
ephemeral TINYINT(1) DEFAULT 0,
28
- no_history TINYINT(1) DEFAULT 0,
29
wisp_type VARCHAR(32) DEFAULT '',
30
pinned TINYINT(1) DEFAULT 0,
31
is_template TINYINT(1) DEFAULT 0,
internal/storage/embeddeddolt/schema/0020_create_wisps.up.sql
@@ -25,7 +25,6 @@ CREATE TABLE IF NOT EXISTS wisps (
0 commit comments