From 107f4b2db1de65bac711b0bd6b86a7ebea38a1e4 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 26 Jan 2011 22:14:23 +0100 Subject: [PATCH] Remove after resolving conflict. --- horde/scripts/sql/horde_histories.mysql.sql | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 horde/scripts/sql/horde_histories.mysql.sql diff --git a/horde/scripts/sql/horde_histories.mysql.sql b/horde/scripts/sql/horde_histories.mysql.sql deleted file mode 100644 index 8f279ad71..000000000 --- a/horde/scripts/sql/horde_histories.mysql.sql +++ /dev/null @@ -1,13 +0,0 @@ -CREATE TABLE horde_histories ( - history_id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, - object_uid VARCHAR(255) NOT NULL, - history_action VARCHAR(32) NOT NULL, - history_ts BIGINT NOT NULL, - history_desc TEXT, - history_who VARCHAR(255), - history_extra TEXT -); - -CREATE INDEX history_action_idx ON horde_histories (history_action); -CREATE INDEX history_ts_idx ON horde_histories (history_ts); -CREATE INDEX history_uid_idx ON horde_histories (object_uid); -- 2.11.0