From: Jan Schneider Date: Wed, 26 Jan 2011 21:14:23 +0000 (+0100) Subject: Remove after resolving conflict. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=107f4b2db1de65bac711b0bd6b86a7ebea38a1e4;p=horde.git Remove after resolving conflict. --- 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);