correccion sintaxis

factura-e/firmas-e-modelo
Gerardo 2023-08-03 13:39:20 +02:00
parent e07edb65f4
commit 68c0c1baf0
2 changed files with 4 additions and 1 deletions

View File

@ -490,6 +490,9 @@
<Compile Include="GEN_FicherosASCII.cs">
<DependentUpon>EF_BaseDatos.tt</DependentUpon>
</Compile>
<Compile Include="GEN_Firmas_Electronicas.cs">
<DependentUpon>EF_BaseDatos.tt</DependentUpon>
</Compile>
<Compile Include="GEN_ImpuestosCabecera.cs">
<DependentUpon>EF_BaseDatos.tt</DependentUpon>
</Compile>

View File

@ -71,7 +71,7 @@ namespace Exferia_EntityFramework.Script_Actualizacion
" )WITH(PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON[PRIMARY]" +
" ) ON[PRIMARY]" +
"ALTER TABLE [dbo].[GEN_Firmas_Electronicas] WITH CHECK ADD CONSTRAINT [FK_GEN_Firmas_Electronicas_GEN_Empresas] FOREIGN KEY([idEmpresa])"
"ALTER TABLE [dbo].[GEN_Firmas_Electronicas] WITH CHECK ADD CONSTRAINT [FK_GEN_Firmas_Electronicas_GEN_Empresas] FOREIGN KEY([idEmpresa])"+
"REFERENCES [dbo].[GEN_Empresas] ([id])"
+