Skip to content

migrations: Do not add non-nullable column (again)

Adding a column as non-nullable, even with a default value is not allowed.

The process is now to add the column as nullable, edit all entries to set the default value and then, to set the column as non-nullable.

https://phabricator.apertis.org/T9233

Merge request reports