You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
그누보드5는 cf_id값 존재하지 않음
install.py 파일 실행시 다음과 같은 오류 발생
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1054, "Unknown column 'g5_config.cf_id' in 'field list'")
2. config 테이블 cf_optimize_date 컬럼
config table에 cf_id 컬럼 추가하는 과정에서 다음과 같은 오류 발생
Invalid default value for 'cf_optimize_date'
그누보드 5 DB는 default 값이 0000-00-00으로 되어 있음
MySQL의 NO_ZERO_DATE 모드로 실제로 존재하지 않는 날짜, 시간 형식 저장이 안되도록 default 지정되어 있어서 오류 발생
The text was updated successfully, but these errors were encountered:
1. config 테이블 cf_id pk 컬럼
install.py 파일 실행시 다음과 같은 오류 발생
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1054, "Unknown column 'g5_config.cf_id' in 'field list'")
2. config 테이블 cf_optimize_date 컬럼
Invalid default value for 'cf_optimize_date'
그누보드 5 DB는 default 값이 0000-00-00으로 되어 있음
The text was updated successfully, but these errors were encountered: