Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
fix: lower case migration (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
nduchak authored Dec 11, 2020
1 parent a9819f4 commit d8c1d89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default {
await transaction.commit()
} catch (e) {
await transaction.rollback()
throw e
}
},
// Lower-casing can not be restored
Expand Down

0 comments on commit d8c1d89

Please sign in to comment.