Bugfix: The table prefix_block in blocks/db/postgres7.sql was incorrectly constructed as prefix_block.

Thanks to Penny Leach for pointing it out.
This commit is contained in:
defacer 2004-11-08 19:18:19 +00:00
parent 8021cc54c1
commit 681ad23b3d

View file

@ -3,7 +3,7 @@
# Table structure for table blocks # Table structure for table blocks
# #
CREATE TABLE prefix_blocks ( CREATE TABLE prefix_block (
id SERIAL8 PRIMARY KEY, id SERIAL8 PRIMARY KEY,
name varchar(40) NOT NULL default '', name varchar(40) NOT NULL default '',
version INT8 NOT NULL default '0', version INT8 NOT NULL default '0',