root/devel/mod/commentwall/postgres7.sql

Revision 1605, 184 bytes (checked in by misja, 6 months ago)

Fixes #370, commentwall postgres patch - thanks bettse

Line 
1 CREATE TABLE prefix_commentwall (
2   ident SERIAL PRIMARY KEY,
3
4   wallowner integer NOT NULL,
5
6   comment_owner integer NOT NULL,
7   content text NOT NULL,
8
9   posted integer NOT NULL
10
11 );
Note: See TracBrowser for help on using the browser.