danielbrendel / hortusfox-web

Self-hosted collaborative plant management and tracking system for plant enthusiasts
https://www.hortusfox.com
MIT License
674 stars 34 forks source link

Docker initialization error #299

Closed danielbrendel closed 2 weeks ago

danielbrendel commented 2 weeks ago

ERROR 1364 (HY000) at line 1: Field 'plantrec_apikey' doesn't have a default value

danielbrendel commented 2 weeks ago

Set plantrec_apikey to allow NULL value in migrations/AppModel and MigrationUpgrade::upgradeTo3dot7

plantrec_apikey VARCHAR(512) NULL