summaryrefslogtreecommitdiff
path: root/database/database.pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'database/database.pgsql')
-rw-r--r--database/database.pgsql11
1 files changed, 11 insertions, 0 deletions
diff --git a/database/database.pgsql b/database/database.pgsql
index 7d468f82b..a2812b604 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -572,6 +572,17 @@ CREATE TABLE role (
);
--
+-- Table structure for table 'blocks_roles'
+--
+
+CREATE TABLE blocks_roles (
+ module varchar(64) NOT NULL,
+ delta varchar(32) NOT NULL,
+ rid integer NOT NULL,
+ PRIMARY KEY (module, delta, rid)
+);
+
+--
-- Table structure for table 'search_dataset'
--
CREATE TABLE search_dataset (