mirror of
https://github.com/flipstone/orville.git
synced 2024-11-20 12:51:30 +03:00
Fix typo in AutoMigration caused by previous commit
This commit is contained in:
parent
8b3c17464c
commit
8bda0a7ed9
@ -534,7 +534,7 @@ calculateMigrationSteps currentNamespace dbDesc schemaItem =
|
||||
else
|
||||
[ mkMigrationStepWithType
|
||||
AddFunctions
|
||||
(Orville.mkCreateFunctionExpr funcitonDef (Just Expr.orReplace))
|
||||
(Orville.mkCreateFunctionExpr functionDef (Just Expr.orReplace))
|
||||
]
|
||||
SchemaDropFunction functionId ->
|
||||
Right $
|
||||
|
Loading…
Reference in New Issue
Block a user