Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

IM version 1.7.0

Compare
Choose a tag to compare
@micafer micafer released this 09 May 09:28
· 1555 commits to master since this release
ed1f4d6

See: https://github.com/grycap/im/releases/tag/v1.7.0

Change in the DB schema in the case of MySQL DB. This command must be made
in the current DB:

ALTER TABLE `inf_list` ADD COLUMN `rowid` INT AUTO_INCREMENT UNIQUE FIRST;