gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/db 20040329.sql,NONE,1.1


From: tperdue
Subject: [Gforge-commits] gforge/db 20040329.sql,NONE,1.1
Date: Mon, 29 Mar 2004 08:51:06 -0600

Update of /cvsroot/gforge/gforge/db
In directory db.perdue.net:/home/tperdue/share/www.gforge.org/db

Added Files:
        20040329.sql 
Log Message:
adding the drop-column commands for the old tables

--- NEW FILE: 20040329.sql ---
begin; 
alter table user_group drop column dead1;
alter table user_group drop column dead2;
alter table user_group drop column dead3;
commit;
begin;
alter table groups drop column dead1;
alter table groups drop column dead2;
alter table groups drop column dead3;
alter table groups drop column dead4;
alter table groups drop column dead5;
alter table groups drop column dead6;
alter table groups drop column dead7;
alter table groups drop column dead8;
alter table groups drop column dead9;
alter table groups drop column dead10;
alter table groups drop column dead11;
alter table groups drop column dead12;
alter table groups drop column dead13;
commit;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]