/[BackupPC]/trunk/sql/02c_backups_inc_deleted.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/02c_backups_inc_deleted.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 178 - (show annotations)
Tue Oct 11 19:11:32 2005 UTC (18 years, 7 months ago) by dpavlin
File size: 159 byte(s)
few more migration sqls

1 alter table backups add column inc_deleted boolean ;
2 alter table backups alter column inc_deleted set default false ;
3 update backups set inc_deleted = false ;

  ViewVC Help
Powered by ViewVC 1.1.26