balena-io / open-balena-api

The core API of openBalena
https://balena.io/open
GNU Affero General Public License v3.0
58 stars 29 forks source link

Add len constraint to balena-init #1663

Closed otaviojacobi closed 3 months ago

otaviojacobi commented 3 months ago

This is necessary because when creating migration on pine generated resources (user) when starting on a clean database migrations won't run and pine will create a user table using its default model, this ensures a clean DB will also contain the len constraint

Change-type: patch