From b7f20c0f36dd6e0ed65ca93fcec44aa23f2fa203 Mon Sep 17 00:00:00 2001 From: Daniel Schaal Date: Tue, 6 Jun 2017 18:20:20 +0200 Subject: Fix travis build (#178) * Use stable12 branch for travis * Shorten db indices to max 27 characters to satisfy app:check-code * Use precise container, downgrade to psql 9.4 * Create psql role * Fix ContentController test * Fix PageController and StatusService tests * Use OCP\IDBConnection, OCP\IDb was removed * Extend IntegrationTest from \Test\Testcase, use loginAsUser to login * Require phpunit 5, nextcloud tests not compatible with phpunit 6 Change tests to use phpunit from vendor directory --- appinfo/database.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'appinfo') diff --git a/appinfo/database.xml b/appinfo/database.xml index 5ea1ed13c..1044208cd 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -58,21 +58,21 @@ - news_folders_last_modified_index + news_folders_last_mod_idx last_modified - news_folders_parent_id_index + news_folders_parent_id_idx parent_id - news_folders_user_id_index + news_folders_user_id_idx user_id @@ -234,7 +234,7 @@ - news_feeds_last_modified_index + news_feeds_last_mod_idx last_modified @@ -373,7 +373,7 @@ - news_items_last_modified_index + news_items_last_mod_idx last_modified @@ -387,7 +387,7 @@ - news_items_fingerprint_index + news_items_fingerprint_idx fingerprint -- cgit v1.2.3