/[BackupPC]/trunk/sql/02b_backups_inc_size.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/02b_backups_inc_size.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 178 - (show annotations)
Tue Oct 11 19:11:32 2005 UTC (18 years, 7 months ago) by dpavlin
File size: 143 byte(s)
few more migration sqls

1 alter table backups add column inc_size bigint ;
2 alter table backups alter column inc_size set default -1 ;
3 update backups set inc_size = -1 ;

  ViewVC Help
Powered by ViewVC 1.1.26