Routine commit
authorCarl N Baldwin <cnb@plane.(none)>
Tue, 18 Oct 2005 03:16:08 +0000 (21:16 -0600)
committerCarl N Baldwin <cnb@plane.(none)>
Tue, 18 Oct 2005 03:16:08 +0000 (21:16 -0600)
schema.sql

index 73f6e76ffcaf473e059756fde5538827b2c9c769..5022b71e9e1b07cb35c36f1ca0d297e9b69cb748 100644 (file)
@@ -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 );