verbb / cp-nav

Control Panel Nav is a Craft CMS plugin to help manage your Control Panel navigation.
MIT License
130 stars 11 forks source link

Type mismatch in install.php #46

Closed dbrookes closed 6 years ago

dbrookes commented 6 years ago

https://github.com/verbb/cp-nav/blob/craft-3/src/migrations/Install.php#L99

This prevents install if you're using Postgres

> create table {{%cpnav_layout}} ...Exception: SQLSTATE[42804]: Datatype mismatch: 7 ERROR: column "isDefault" is of type boolean but default expression is of type integer

Also manualNav and newWindow

engram-design commented 6 years ago

Sorry about this, fixed in 2.0.5.