Merge pull request #623 from automatisch/chore/remove-default-column-values
chore: Remove default values from fields of database models
This commit is contained in:
@@ -18,6 +18,7 @@ const createConnection = async (
|
||||
return await context.currentUser.$relatedQuery('connections').insert({
|
||||
key: params.input.key,
|
||||
formattedData: params.input.formattedData,
|
||||
verified: false,
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user