summaryrefslogtreecommitdiff
path: root/horde/turba2/1.x_to_1.2.sql
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
committerJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
commite042b7bced715a9d0d6c660df453b1b68f263316 (patch)
tree13f1bcd2f7cccf87718d92b5fc9a112d4c3ea455 /horde/turba2/1.x_to_1.2.sql
parentc778483fbd7829e2d41157ae6be2d7f1eef709f5 (diff)
Drop ancient unused files.
Diffstat (limited to 'horde/turba2/1.x_to_1.2.sql')
-rw-r--r--horde/turba2/1.x_to_1.2.sql18
1 files changed, 0 insertions, 18 deletions
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=<MySQL-root-password> <db name> < 1.x_to_1.2.sql
---
--- Or, for PostgreSQL:
---
--- $ psql <db name> -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);