projects
/
backups
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0c6c33
)
Routine commit
author
Carl N Baldwin
<cnb@plane.(none)>
Tue, 18 Oct 2005 03:16:08 +0000
(21:16 -0600)
committer
Carl N Baldwin
<cnb@plane.(none)>
Tue, 18 Oct 2005 03:16:08 +0000
(21:16 -0600)
schema.sql
patch
|
blob
|
history
diff --git
a/schema.sql
b/schema.sql
index 73f6e76ffcaf473e059756fde5538827b2c9c769..5022b71e9e1b07cb35c36f1ca0d297e9b69cb748 100644
(file)
--- a/
schema.sql
+++ b/
schema.sql
@@
-9,4
+9,4
@@
CREATE TABLE filedata (
last_backup_date INTEGER -- same format as modified_date
);
-CREATE
INDEX filename ON filedata
+CREATE
UNIQUE INDEX filename ON filedata( filename );