/[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 190 by dpavlin, Thu Oct 13 11:43:58 2005 UTC revision 196 by dpavlin, Thu Oct 13 18:32:59 2005 UTC
# Line 310  if ($opt{c}) { Line 310  if ($opt{c}) {
310                          size    bigint          not null,                          size    bigint          not null,
311                          inc_size bigint         not null default -1,                          inc_size bigint         not null default -1,
312                          inc_deleted boolean     default false,                          inc_deleted boolean     default false,
313                            parts   integer         not null default 1,
314                          PRIMARY KEY(id)                          PRIMARY KEY(id)
315                  );                              );            
316    
# Line 344  if ($opt{c}) { Line 345  if ($opt{c}) {
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 date default now(),
348                          iso_size int default -1                          iso_size bigint default -1
349                  );                  );
350    
351          });          });

Legend:
Removed from v.190  
changed lines
  Added in v.196

  ViewVC Help
Powered by ViewVC 1.1.26