aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/schema/mysql.sql12
1 files changed, 0 insertions, 12 deletions
diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql
index 0c4d05b3a..8563eed7e 100644
--- a/engine/schema/mysql.sql
+++ b/engine/schema/mysql.sql
@@ -224,15 +224,3 @@ CREATE TABLE `prefix_api_users` (
unique key (api_key),
primary key (id)
);
-
---
--- Configuration settings
---
-CREATE TABLE `prefix_configuration` (
- id int(11) NOT NULL auto_increment,
- name varchar(50) not null default '',
- `value` varchar(255) not null default '',
-
- primary key (id),
- unique key (name)
-); \ No newline at end of file