/[BackupPC]/trunk/sql/04_backups_parts.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/04_backups_parts.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 196 - (show annotations)
Thu Oct 13 18:32:59 2005 UTC (18 years, 7 months ago) by dpavlin
File size: 122 byte(s)
 r8506@llin:  dpavlin | 2005-10-13 19:26:50 +0200
 added parts to backups, make split calculate suffix length, added ability
 to join parts of increments if media size changes

1 alter table backups add column parts int ;
2 alter table backups alter parts set default 1 ;
3 update backups set parts = 1 ;

  ViewVC Help
Powered by ViewVC 1.1.26