mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
bytes->blob in sql
This commit is contained in:
parent
8bd5d756e2
commit
cdbe7346ab
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ create table decks (
|
|||
name text not null collate unicase,
|
||||
mtime_secs integer not null,
|
||||
usn integer not null,
|
||||
common bytes not null,
|
||||
kind bytes not null
|
||||
common blob not null,
|
||||
kind blob not null
|
||||
);
|
||||
create unique index idx_decks_name on decks (name);
|
||||
create index idx_notes_mid on notes (mid);
|
||||
|
|
Loading…
Reference in a new issue