Google Registration+ device info
This commit is contained in:
parent
f1c8ffd874
commit
634b650d40
6 changed files with 25 additions and 32 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.Data.Entity.Migrations;
|
||||
|
||||
namespace Yavsc.Migrations
|
||||
|
|
|
|||
|
|
@ -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 =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue