Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I quickly tried this in EntitySQLProcessor it does not work. We need instead to provide a migrateWebSitePathAlias migrating service.

 

R1743656 "Wrong field type for fromDate and thruDate of CustomTimePeriod entity." 
Jira
serverASF JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyOFBIZ-5740

 Changed CustomTimePeriod.fromDate and CustomTimePeriod.thruDate field type from date to date-time.

 
ALTER TABLE CUSTOM_TIME_PERIOD MODIFY COLUMN FROM_DATE datetime, MODIFY COLUMN THRU_DATE datetime;