find backups without corresponding rows in backup_parts (database consistency check)
[BackupPC.git] / sql / 06_archive_burned_copy.sql
1 alter table archive_burned add column copy int ;
2 alter table archive_burned alter copy set default 1;
3