diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-11-15 19:53:53 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-11-15 19:53:53 +0000 |
commit | 4317747eeeea434986612149480f07fdc6eac30c (patch) | |
tree | ca3d476ba5759cbe465a1f45e8f19208bb84e098 /database/database.pgsql | |
parent | 7c064384241df7c887129c6cdcf6453bcdb5890d (diff) | |
download | brdo-4317747eeeea434986612149480f07fdc6eac30c.tar.gz brdo-4317747eeeea434986612149480f07fdc6eac30c.tar.bz2 |
- Moving the cloud module to the contributions repository.
Diffstat (limited to 'database/database.pgsql')
-rw-r--r-- | database/database.pgsql | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/database/database.pgsql b/database/database.pgsql index 1b10822fb..ec541ccb0 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -413,26 +413,6 @@ CREATE TABLE sessions ( -- ); -- --- Table structure for site --- - -CREATE TABLE site ( - sid SERIAL, - name varchar(128) NOT NULL default '', - link varchar(255) NOT NULL default '', - size text NOT NULL default '', - changed integer NOT NULL default '0', - checked integer NOT NULL default '0', - feed varchar(255) NOT NULL default '', - refresh integer NOT NULL default '0', - threshold integer NOT NULL default '0', - PRIMARY KEY (sid), - UNIQUE (name), - UNIQUE (link) -); - - --- -- Table structure for system -- @@ -445,8 +425,6 @@ CREATE TABLE system ( PRIMARY KEY (filename) ); - - -- -- Table structure for term_data -- |