[DONT MERGE] give a spec to input files

This commit is contained in:
Paul Schneider 2018-01-16 13:35:54 +01:00
commit 742796c592
12 changed files with 67 additions and 44 deletions

View file

@ -1,7 +1,6 @@
using System;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.Infrastructure;
using Microsoft.Data.Entity.Metadata;
using Microsoft.Data.Entity.Migrations;
using Yavsc.Models;

View file

@ -1,5 +1,3 @@
using System;
using System.Collections.Generic;
using Microsoft.Data.Entity.Migrations;
namespace Yavsc.Migrations