bug fixes: date limit now works again, correct number of displayed results,
[BackupPC.git] / sql / drop_unneeded_colums.sql
1 -- this is file to convert your database to new format which is used
2 -- from r70 commit.
3
4 begin;
5 alter table shares drop column share ;
6 alter table files drop column dvdid ;
7 commit;