XE
xe 데이터 이전시 댓글 누락되는 현상
xe/modules/comment/queries/insertComment.xml 에서
<column name="status" var="status" notnull="notnull" filter="number" /> 부분을
<column name="status" var="status" notnull="notnull" filter="number" default="0" /> 로 변경해주시면 됩니다.
--------------------------------------------------------------------
이방법도 참고로 하세요. xe/modules/comment/queries/insertComment.xml
1.5버젼 라인27 : <column name="status" var="status" notnull="notnull" default="1" /> 인데
1.7버젼 라인27 : <column name="status" var="status" notnull="notnull" filter="number" />로 변경이 되었습니다.
1.7버젼(filter="number 이부분)을 1.5버젼처럼 default="1"로 바꿔주고 데이터 이전을 하면 됩니다.
이전을 끝낸 후에는 다시 원래대로 돌려놓으시면 됩니다.
이 게시물을
2020.04.29
조회 수: 345
2020.04.22
조회 수: 295
2020.04.15
조회 수: 290
2019.08.28
조회 수: 442
2019.02.09
조회 수: 709
2018.09.20
조회 수: 605
2018.03.30
조회 수: 739
2018.03.28
조회 수: 705
2018.03.28
조회 수: 1803
2016.02.05
조회 수: 2021
2015.04.17
조회 수: 1560
2014.10.16
조회 수: 2048
2013.11.11
조회 수: 5093
2013.10.25
조회 수: 5554
2013.06.25
조회 수: 7110
2013.01.21
조회 수: 7740
2012.04.17
조회 수: 11441
2012.02.26
조회 수: 8352
2012.02.26
조회 수: 10968