mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
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:
parent
8021cc54c1
commit
681ad23b3d
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue