Google Registration+ device info

This commit is contained in:
Paul Schneider 2016-07-03 23:57:33 +02:00
commit 634b650d40
6 changed files with 25 additions and 32 deletions

View file

@ -17,13 +17,19 @@ namespace Yavsc.Migrations
modelBuilder.Entity("GoogleCloudMobileDeclaration", b =>
{
b.Property<string>("RegistrationId");
b.Property<string>("DeviceId");
b.Property<string>("DeviceOwnerId");
b.Property<string>("Name");
b.Property<string>("GCMRegistrationId");
b.HasKey("RegistrationId");
b.Property<string>("Model");
b.Property<string>("Platform");
b.Property<string>("Version");
b.HasKey("DeviceId");
});
modelBuilder.Entity("Microsoft.AspNet.Identity.EntityFramework.IdentityRole", b =>