Skip to content

[BUGFIX] Declare text fields nullable#23

Merged
mschwemer merged 2 commits intomasterfrom
feature/22_nullable_fields
Dec 28, 2023
Merged

[BUGFIX] Declare text fields nullable#23
mschwemer merged 2 commits intomasterfrom
feature/22_nullable_fields

Conversation

@julianhofmann
Copy link
Copy Markdown
Contributor

The fields "teaser" and "description" were configured with "NOT NULL" - without a default value. This could lead to problems if the columns were not contained in the field list during an insert.

Fixes: #22

sebastianstein and others added 2 commits November 24, 2023 10:11
The fields "teaser" and "description" were configured with "NOT NULL" - without a default value.  This could lead to problems if the columns were not contained in the field list during an insert.

Fixes: #22
@mschwemer mschwemer changed the base branch from develop to master December 28, 2023 11:59
@mschwemer mschwemer merged commit c7b5245 into master Dec 28, 2023
@mschwemer mschwemer deleted the feature/22_nullable_fields branch December 28, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SQL: text field should be nullable or have default value

3 participants