STEPBible / BibleEngine

General purpose library for powering JavaScript Bible projects
44 stars 9 forks source link

Update Typescript / Typeorm, fixed phrase-id column type #160

Closed chriswep closed 4 years ago

chriswep commented 4 years ago

i updated bible-engine for my project and tested the migrations. the phrase-id type needs to be bigint, i fixed that. additionally the sqlite initial migration was missing the "WITHOUT ROWID" optimisation.

typescript ist updated to 3.8.3, typeorm to 0.2.24