From fe8bae31dc80ac832323fa8d9a75fd4b543d36e0 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Thu, 17 Apr 2014 16:12:48 +0200 Subject: adding PK to table encryption adding auto increment/PK to table files_trash adding PK to table ldap_user_mapping and ldap_group_members adding PK to table ldap_group_mapping truncate permissions table to allow smooth creation of primary key adding unit test for creating an auto increment column on a table which already contains data remove unneeded table files_trashsizes fix unit test no need to truncate *PREFIX*permissions On Oracle adding auto increment columns is not working out of the box - Oracle migrations are to be done manually --- lib/private/updater.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/private/updater.php') diff --git a/lib/private/updater.php b/lib/private/updater.php index 58a4086c80f..9cc1b3322eb 100644 --- a/lib/private/updater.php +++ b/lib/private/updater.php @@ -150,6 +150,7 @@ class Updater extends BasicEmitter { // This is added to prevent host header poisoning \OC_Config::setValue('trusted_domains', \OC_Config::getValue('trusted_domains', array(\OC_Request::serverHost()))); } + /* * STOP CONFIG CHANGES FOR OLDER VERSIONS */ -- cgit v1.2.3