/[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 195 - (show annotations)
Thu Oct 13 17:12:00 2005 UTC (18 years, 7 months ago) by dpavlin
File size: 190 byte(s)
 r8503@llin:  dpavlin | 2005-10-13 19:11:50 +0200
 change iso_size to bigint

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

  ViewVC Help
Powered by ViewVC 1.1.26