mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
fix some comments in wrong position after format
This commit is contained in:
parent
3dad3c90d0
commit
c3b1266f47
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
CREATE TABLE media (
|
||||
fname text NOT NULL PRIMARY KEY,
|
||||
csum text,
|
||||
-- null indicates deleted file
|
||||
mtime int NOT NULL,
|
||||
csum text,
|
||||
-- zero if deleted
|
||||
mtime int NOT NULL,
|
||||
dirty int NOT NULL
|
||||
) without rowid;
|
||||
CREATE INDEX idx_media_dirty ON media (dirty)
|
||||
|
|
Loading…
Reference in a new issue