- fixed hyperEstraier index URI setting in config file to work finewq
[BackupPC.git] / sql / 02b_backups_inc_size.sql
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 ;