diff options
Diffstat (limited to 'database/database.mysql')
-rw-r--r-- | database/database.mysql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/database/database.mysql b/database/database.mysql index 8ba395e81..3c36c03ee 100644 --- a/database/database.mysql +++ b/database/database.mysql @@ -53,7 +53,8 @@ CREATE TABLE blocks ( weight tinyint(1) DEFAULT '0' NOT NULL, region tinyint(1) DEFAULT '0' NOT NULL, path varchar(255) DEFAULT '' NOT NULL, - custom tinyint(2) DEFAULT '0' NOT NULL + custom tinyint(2) DEFAULT '0' NOT NULL, + throttle tinyint(1) DEFAULT '0' NOT NULL ) TYPE=MyISAM; -- |