Index: ssts-web/src/main/webapp/dataUpdater/4.0升级4.1脚本/服务器启动之前执行的脚本.txt =================================================================== diff -u -r13237 -r13432 --- ssts-web/src/main/webapp/dataUpdater/4.0升级4.1脚本/服务器启动之前执行的脚本.txt (.../服务器启动之前执行的脚本.txt) (revision 13237) +++ ssts-web/src/main/webapp/dataUpdater/4.0升级4.1脚本/服务器启动之前执行的脚本.txt (.../服务器启动之前执行的脚本.txt) (revision 13432) @@ -1,6 +1,8 @@ -/* ����������֮ǰɾ������2�����,��ͬ���ݿ�����������һ���������ʵ�����ݿ�����Ӧ���� */ +/* ����������֮ǰɾ���������,��ͬ���ݿ�����������һ���������ʵ�����ݿ�����Ӧ���� */ /* ɾ��ReturnGoodsItem����DiposableGoodBatchStock�����*/ alter table ReturnGoodsItem drop constraint FK8C4B5C192E925BFF /* ɾ�� GodownEntryItem ���� DiposableGoods ����� */ -alter table GodownEntryItem drop constraint FKE4F2641B38D8B375 \ No newline at end of file +alter table GodownEntryItem drop constraint FKE4F2641B38D8B375 +/* ɾ�� DiposableGoodsInstance ���� DiposableGoods ����� */ +alter table DiposableGoodsInstance drop constraint FKDEA47B2238D8B375 Index: ssts-web/src/main/webapp/dataUpdater/4.0升级4.1脚本/服务器启动之后执行的脚本.txt =================================================================== diff -u -r13427 -r13432 --- ssts-web/src/main/webapp/dataUpdater/4.0升级4.1脚本/服务器启动之后执行的脚本.txt (.../服务器启动之后执行的脚本.txt) (revision 13427) +++ ssts-web/src/main/webapp/dataUpdater/4.0升级4.1脚本/服务器启动之后执行的脚本.txt (.../服务器启动之后执行的脚本.txt) (revision 13432) @@ -2,7 +2,7 @@ /* �ȷ�������4.1����������֮����ִ�д������ű� */ /* һ������Ʒ��� */ -/* ��Ҫ���ö�Ӧ�IJֿ⣬Ȼ��'��Ժ��Ӧ�Ҳֿ�'�滻Ϊ���õIJֿ��� */ +/* ��Ҫ���ö�Ӧ�IJֿ⣬Ȼ�󽫡���Ժ��Ӧ�ҡ��滻Ϊһ����Ӧ�����ƣ�'��Ժ��Ӧ�Ҳֿ�'�滻Ϊ���õ�һ����Ӧ�Ҳֿ����� */ delete from DisposableGoodsIdentification; delete from DisposableGoodsBatchStock; delete from DisposableGoodsStock;