| 1234567891011121314151617181920212223242526272829 |
- // <auto-generated />
- namespace WeApp.Migrations
- {
- using System.CodeDom.Compiler;
- using System.Data.Entity.Migrations;
- using System.Data.Entity.Migrations.Infrastructure;
- using System.Resources;
-
- [GeneratedCode("EntityFramework.Migrations", "6.4.4")]
- public sealed partial class Update20220413001 : IMigrationMetadata
- {
- private readonly ResourceManager Resources = new ResourceManager(typeof(Update20220413001));
-
- string IMigrationMetadata.Id
- {
- get { return "202204130459084_Update20220413001"; }
- }
-
- string IMigrationMetadata.Source
- {
- get { return null; }
- }
-
- string IMigrationMetadata.Target
- {
- get { return Resources.GetString("Target"); }
- }
- }
- }
|