/[BackupPC]/trunk/sql/01_drop_unneeded_colums.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/sql/01_drop_unneeded_colums.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 173 - (show annotations)
Tue Oct 11 16:00:03 2005 UTC (18 years, 7 months ago) by dpavlin
File size: 182 byte(s)
 r8464@llin:  dpavlin | 2005-10-11 17:18:18 +0200
 renamed migration sql files

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;

  ViewVC Help
Powered by ViewVC 1.1.26