1234567891011121314151617181920212223242526272829 |
- // <auto-generated />
- namespace EVCB_OCPP.Domain.MainDBContextMigrations
- {
- using System.CodeDom.Compiler;
- using System.Data.Entity.Migrations;
- using System.Data.Entity.Migrations.Infrastructure;
- using System.Resources;
-
- [GeneratedCode("EntityFramework.Migrations", "6.2.0-61023")]
- public sealed partial class Modify_Transaction_FeeLength : IMigrationMetadata
- {
- private readonly ResourceManager Resources = new ResourceManager(typeof(Modify_Transaction_FeeLength));
-
- string IMigrationMetadata.Id
- {
- get { return "202112030223402_Modify_Transaction_FeeLength"; }
- }
-
- string IMigrationMetadata.Source
- {
- get { return null; }
- }
-
- string IMigrationMetadata.Target
- {
- get { return Resources.GetString("Target"); }
- }
- }
- }
|