We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d004ad9 commit a9a2eb5Copy full SHA for a9a2eb5
src/app/main/db.cljs
@@ -48,7 +48,7 @@
48
translation TEXT,
49
language TEXT,
50
is_not_a_word BOOLEAN NOT NULL CHECK (is_not_a_word IN (0, 1)),
51
- count INTEGER DEFAULT 0,
+ count INTEGER DEFAULT 1,
52
UNIQUE(name, language)
53
);
54
0 commit comments