From e042b7bced715a9d0d6c660df453b1b68f263316 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 26 Jan 2017 14:30:08 +0100 Subject: Drop ancient unused files. --- horde/turba2/1.x_to_1.2.sql | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 horde/turba2/1.x_to_1.2.sql (limited to 'horde/turba2/1.x_to_1.2.sql') diff --git a/horde/turba2/1.x_to_1.2.sql b/horde/turba2/1.x_to_1.2.sql deleted file mode 100644 index e10b4a3..0000000 --- a/horde/turba2/1.x_to_1.2.sql +++ /dev/null @@ -1,18 +0,0 @@ --- You can simply execute this file in your database. --- --- For MySQL run: --- --- $ mysql --user=root --password= < 1.x_to_1.2.sql --- --- Or, for PostgreSQL: --- --- $ psql -f 1.x_to_1.2.sql - - -ALTER TABLE turba_objects ADD COLUMN object_type VARCHAR(255) NOT NULL DEFAULT 'Object'; -ALTER TABLE turba_objects ADD COLUMN object_members BLOB; -ALTER TABLE turba_objects CHANGE object_homeAddress object_homeaddress VARCHAR(255); -ALTER TABLE turba_objects CHANGE object_workAddress object_workaddress VARCHAR(255); -ALTER TABLE turba_objects CHANGE object_homePhone object_homephone VARCHAR(25); -ALTER TABLE turba_objects CHANGE object_workPhone object_workphone VARCHAR(25); -ALTER TABLE turba_objects CHANGE object_cellPhone object_cellphone VARCHAR(25); -- cgit v1.2.3