Google Registration+ device info

This commit is contained in:
2016-07-03 23:57:33 +02:00
parent 5b3ed5f5ff
commit 1a7cd378ad
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 =>