r600@athlon: dpavlin | 2006-04-27 11:36:14 +0200
[BackupPC.git] / sql / 04_backups_parts.sql
1 alter table backups add column parts int ;
2 alter table backups alter parts set default 1 ;
3 update backups set parts = 1 ;