added hard-coded option $prompt_for_delete = 0 to prompt for removal of each DVD...
[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