Executable that will resequence ids in all tables of a postgres database built with .netcore 8.0 Cross Platform Compatible
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

23 rindas
1000 B

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. using System;
  10. using System.Reflection;
  11. [assembly: System.Reflection.AssemblyCompanyAttribute("resequence_pgsql")]
  12. [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
  13. [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
  14. [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7146d6e391e6633262eb22da4a9d338236acd0e4")]
  15. [assembly: System.Reflection.AssemblyProductAttribute("resequence_pgsql")]
  16. [assembly: System.Reflection.AssemblyTitleAttribute("resequence_pgsql")]
  17. [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
  18. // Generated by the MSBuild WriteCodeFragment class.