create host config file, auto-configure path to restore file, better output
[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