restore index size, try converting to mariadb in CI

ref #296
This commit is contained in:
Collin M. Barrett 2018-10-25 12:04:21 -05:00
parent eda41176d1
commit 13644308f5
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -11,7 +11,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
"IX_rules_Raw",
"rules",
"Raw",
10); //191);
3072);
}
protected override void Down(MigrationBuilder migrationBuilder)