质量月报增加字段长度
This commit is contained in:
parent
a3b683c9b0
commit
3cdd291ada
|
@ -0,0 +1,12 @@
|
|||
|
||||
alter table Report_ConstructionProblems
|
||||
alter column ProblemDesrioption nvarchar(2000) null;
|
||||
|
||||
alter table Report_ConstructionProblems
|
||||
alter column TreatmentMeasures nvarchar(2000) null;
|
||||
|
||||
alter table Report_RowMaterialProblem
|
||||
alter column ProblemDesrioption nvarchar(2000) null;
|
||||
|
||||
alter table Report_RowMaterialProblem
|
||||
alter column TreatmentMeasures nvarchar(2000) null;
|
|
@ -19321,7 +19321,7 @@
|
|||
</FlavorProperties>
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v16.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
|
Loading…
Reference in New Issue