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.

28 lines
763 B

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