correccion sintaxis
parent
e07edb65f4
commit
68c0c1baf0
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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])"
|
||||
+
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue