summaryrefslogtreecommitdiff
path: root/database/database.pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'database/database.pgsql')
-rw-r--r--database/database.pgsql3
1 files changed, 2 insertions, 1 deletions
diff --git a/database/database.pgsql b/database/database.pgsql
index f083a3bd9..885a82f4e 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -123,7 +123,8 @@ CREATE TABLE blocks (
custom smallint NOT NULL default '0',
throttle smallint NOT NULL default '0',
visibility smallint NOT NULL default '0',
- pages text NOT NULL default ''
+ pages text NOT NULL default '',
+ PRIMARY KEY (module, detla)
);
--