/[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 159 by dpavlin, Mon Oct 10 12:07:12 2005 UTC revision 160 by dpavlin, Mon Oct 10 13:39:11 2005 UTC
# Line 351  if ($opt{c}) { Line 351  if ($opt{c}) {
351          $dbh->do( qq{          $dbh->do( qq{
352                  create table archive_backup                  create table archive_backup
353                  (                  (
354                          archive_id      int not null references archive(id),                          archive_id      int not null references archive(id) on delete cascade,
355                          backup_id       int not null references backups(id),                          backup_id       int not null references backups(id),
356                          primary key(archive_id, backup_id)                          primary key(archive_id, backup_id)
357                  );                  );

Legend:
Removed from v.159  
changed lines
  Added in v.160

  ViewVC Help
Powered by ViewVC 1.1.26