-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
This migration fails cause the up function is not using ()
, let's make it optional so it's less error-prone:
[
{
"add_column": {
"table": "posts",
"column": {
"name": "userFullName",
"type": "text",
"nullable": false
},
"up": "select \"fullName\" from users where users.id = userId"
}
}
]
We should double-check that this change doesn't affect existing migrations or other simpler definitions like a column or static value.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers