You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
798 B

10 years ago
10 years ago
10 years ago
  1. // <auto-generated />
  2. namespace Sevomin.Models.Migrations
  3. {
  4. using System.CodeDom.Compiler;
  5. using System.Data.Entity.Migrations;
  6. using System.Data.Entity.Migrations.Infrastructure;
  7. using System.Resources;
  8. [GeneratedCode("EntityFramework.Migrations", "6.1.0-30225")]
  9. public sealed partial class Init : IMigrationMetadata
  10. {
  11. private readonly ResourceManager Resources = new ResourceManager(typeof(Init));
  12. string IMigrationMetadata.Id
  13. {
  14. get { return "201503101336488_Init"; }
  15. }
  16. string IMigrationMetadata.Source
  17. {
  18. get { return null; }
  19. }
  20. string IMigrationMetadata.Target
  21. {
  22. get { return Resources.GetString("Target"); }
  23. }
  24. }
  25. }