]> git.mjollnir.org Git - moodle.git/commitdiff
Bugfix: The table prefix_block in blocks/db/postgres7.sql was incorrectly constructed...
authordefacer <defacer>
Mon, 8 Nov 2004 19:18:19 +0000 (19:18 +0000)
committerdefacer <defacer>
Mon, 8 Nov 2004 19:18:19 +0000 (19:18 +0000)
        Thanks to Penny Leach for pointing it out.

blocks/db/postgres7.sql

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