From 13644308f550cc184879f7aeb2ac0d834e227c70 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Thu, 25 Oct 2018 12:04:21 -0500 Subject: [PATCH] restore index size, try converting to mariadb in CI ref #296 --- .travis.yml | 3 +-- .../Migrations/20181019141708_AddRuleRawIndex.cs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 923c4737b..c8ea52f9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,8 @@ language: csharp mono: none dotnet: 2.1.403 solution: FilterLists.sln -services: - - mysql addons: + mariadb: '10.3.10' apt: packages: - sshpass diff --git a/src/FilterLists.Api/Migrations/20181019141708_AddRuleRawIndex.cs b/src/FilterLists.Api/Migrations/20181019141708_AddRuleRawIndex.cs index f9dedc088..78c6524b5 100644 --- a/src/FilterLists.Api/Migrations/20181019141708_AddRuleRawIndex.cs +++ b/src/FilterLists.Api/Migrations/20181019141708_AddRuleRawIndex.cs @@ -11,7 +11,7 @@ protected override void Up(MigrationBuilder migrationBuilder) "IX_rules_Raw", "rules", "Raw", - 10); //191); + 3072); } protected override void Down(MigrationBuilder migrationBuilder)