mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 16:47:12 -05:00
7 lines
No EOL
135 B
SQL
7 lines
No EOL
135 B
SQL
create table tags (
|
|
tag text not null primary key collate unicase,
|
|
usn integer not null
|
|
) without rowid;
|
|
update col
|
|
set
|
|
ver = 13; |