/[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

Contents of /trunk/sql/03_archive_burned.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 174 - (show annotations)
Tue Oct 11 16:59:16 2005 UTC (18 years, 7 months ago) by dpavlin
File size: 187 byte(s)
 r8467@llin:  dpavlin | 2005-10-11 18:59:10 +0200
 first cut at BackupPC_burnArchiveCLI, used to burn archive media from command
 line.

1 create table archive_burned (
2 archive_id int references archive(id),
3 date date default now(),
4 iso_size int default -1
5 );
6
7 create index archive_burned_id on archive_burned(archive_id);

  ViewVC Help
Powered by ViewVC 1.1.26