/[BackupPC]/trunk/sql/03_archive_burned.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/sql/03_archive_burned.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 174 by dpavlin, Tue Oct 11 16:59:16 2005 UTC revision 195 by dpavlin, Thu Oct 13 17:12:00 2005 UTC
# Line 1  Line 1 
1  create table archive_burned (  create table archive_burned (
2          archive_id int references archive(id),          archive_id int references archive(id),
3          date date default now(),          date date default now(),
4          iso_size int default -1          iso_size bigint default -1
5  );  );
6    
7  create index archive_burned_id on archive_burned(archive_id);  create index archive_burned_id on archive_burned(archive_id);

Legend:
Removed from v.174  
changed lines
  Added in v.195

  ViewVC Help
Powered by ViewVC 1.1.26