Skip to content
Snippets Groups Projects
  1. Dec 09, 2014
  2. Dec 03, 2014
  3. Nov 20, 2014
  4. Nov 19, 2014
  5. Oct 23, 2014
  6. Aug 20, 2014
    • Vincent Petry's avatar
      Fix unit test messing up the transaction on Oracle · 04c982a9
      Vincent Petry authored
      Since the unit test is skipped anyway for Oracle, the dropTable() call
      should be skipped as well to avoid having a leftover transaction and
      cause further transactions to be nested and break the next test suites
      requiring transactions.
      04c982a9
  7. Jul 29, 2014
  8. Jul 24, 2014
  9. Jul 01, 2014
  10. Jun 17, 2014
  11. Jun 06, 2014
    • Thomas Müller's avatar
      adding PK to table encryption · fe8bae31
      Thomas Müller authored
      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
      fe8bae31
  12. Jun 03, 2014
  13. Dec 17, 2013
  14. Nov 12, 2013
  15. Jul 29, 2013
Loading