]> source.dussan.org Git - nextcloud-server.git/commit
adding PK to table encryption
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 17 Apr 2014 14:12:48 +0000 (16:12 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Fri, 6 Jun 2014 11:33:56 +0000 (13:33 +0200)
commitfe8bae31dc80ac832323fa8d9a75fd4b543d36e0
treefedada14b0c6e7ad32fa588f438aa0e1cf243045
parentc47d4ebbac7885ad91cf56355bd6aa09318ff8e8
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
apps/files_trashbin/appinfo/database.xml
apps/files_trashbin/appinfo/version
apps/user_ldap/appinfo/database.xml
lib/private/db/mdb2schemamanager.php
lib/private/updater.php
tests/lib/db/mdb2schemamanager.php [new file with mode: 0644]
tests/lib/db/ts-autoincrement-after.xml [new file with mode: 0644]
tests/lib/db/ts-autoincrement-before.xml [new file with mode: 0644]