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

Diff of /trunk/sql/workflow_schema.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 138 by iklaric, Thu Sep 15 13:54:29 2005 UTC revision 139 by dpavlin, Thu Oct 6 15:01:32 2005 UTC
# Line 1  Line 1 
1  alter table backups  alter table backups
2          add column id int;          add column id int;
3  create sequence backupsseq;  create sequence backupsseq;
4    select setval('backupsseq', 1, false);
5  update backups set id=nextVal('backupsseq');  update backups set id=nextVal('backupsseq');
6    
7  create table archive  create table archive

Legend:
Removed from v.138  
changed lines
  Added in v.139

  ViewVC Help
Powered by ViewVC 1.1.26