gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/db 20040804.sql,1.1,1.2


From: cbayle
Subject: [Gforge-commits] gforge/db 20040804.sql,1.1,1.2
Date: Sun, 12 Sep 2004 18:00:59 -0500

Update of /cvsroot/gforge/gforge/db
In directory db.perdue.net:/tmp/cvs-serv6801/db

Modified Files:
        20040804.sql 
Log Message:
Remove drop of role and role_settings table which don't exist


Index: 20040804.sql
===================================================================
RCS file: /cvsroot/gforge/gforge/db/20040804.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 20040804.sql        4 Aug 2004 16:18:35 -0000       1.1
+++ 20040804.sql        12 Sep 2004 23:00:57 -0000      1.2
@@ -18,7 +18,6 @@
 ALTER TABLE frs_package ALTER COLUMN is_public SET DEFAULT 1;
 UPDATE frs_package SET is_public=1;
 
-DROP TABLE role;
 CREATE TABLE role (
 role_id serial unique,
 group_id int not null REFERENCES groups(group_id) ON DELETE CASCADE,
@@ -91,7 +90,6 @@
 --
 --     example; 1,'docman',$category_id,1
 --
-DROP TABLE role_setting;
 CREATE TABLE role_setting (
 role_id int not null REFERENCES role(role_id) ON DELETE CASCADE,
 section_name text not null,





reply via email to

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