From a6d083ac65701d82095a77b5c9d4a981cb23bdd8 Mon Sep 17 00:00:00 2001 From: icewing Date: Sun, 9 Mar 2008 17:18:19 +0000 Subject: git-svn-id: https://code.elgg.org/elgg/trunk@122 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/schema/mysql.sql | 12 ------------ 1 file changed, 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 -- cgit v1.2.3