/[BackupPC]/trunk/bin/BackupPC_updatedb
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/bin/BackupPC_updatedb

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

revision 199 by dpavlin, Thu Oct 13 21:19:06 2005 UTC revision 202 by dpavlin, Fri Oct 14 14:02:52 2005 UTC
# Line 344  if ($opt{c}) { Line 344  if ($opt{c}) {
344    
345                  create table archive_burned (                  create table archive_burned (
346                          archive_id      int references archive(id),                          archive_id      int references archive(id),
347                          date            date default now(),                          date            timestamp default now(),
348                          part            int not null default 1,                          part            int not null default 1,
349                            copy            int not null default 1,
350                          iso_size bigint default -1                          iso_size bigint default -1
351                  );                  );
352    

Legend:
Removed from v.199  
changed lines
  Added in v.202

  ViewVC Help
Powered by ViewVC 1.1.26