Index: ssts-web/src/main/webapp/dataUpdater/sqls/4.1.4_4.1.5_sqlserver.sql =================================================================== diff -u -r13424 -r13426 --- ssts-web/src/main/webapp/dataUpdater/sqls/4.1.4_4.1.5_sqlserver.sql (.../4.1.4_4.1.5_sqlserver.sql) (revision 13424) +++ ssts-web/src/main/webapp/dataUpdater/sqls/4.1.4_4.1.5_sqlserver.sql (.../4.1.4_4.1.5_sqlserver.sql) (revision 13426) @@ -1,4 +1,5 @@ set identity_insert DisposableGoodsIdentification on +IF OBJECT_ID('IdentificationOfDisposableGoods', 'U') IS NOT NULL insert into DisposableGoodsIdentification (id,amount,conclusion,disposableGoodsBatchID,disposableGoodsID,disposableGoodsStockID,entryDate,identification,price,warehouseID,warehouseName,batch_id) (select id,amount,conclusion,disposableGoodsBatchID,disposableGoodsID,disposableGoodsStockID,entryDate,identification,price,warehouseID,warehouseName,batch_id from IdentificationOfDisposableGoods) set identity_insert DisposableGoodsIdentification off