Skip to content

Commit

Permalink
#35: Add query cache busting to the README
Browse files Browse the repository at this point in the history
See #35 for more info.
  • Loading branch information
generalpiston authored Feb 23, 2021
1 parent 5f7971d commit 36c5054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ The most likely reasons you're receiving this error:

1. Column definition is wrong. Probably an issue with the key or IV.
2. There is existing data in your DBMS. In this case, please migrate the data.
3. Your query cache needs to be cleared. The typeorm query cache can be cleared globally using the [typeorm-cli](https://typeorm.io/#/using-cli): `typeorm cache:clear`. For other, more specific, solutions, see the [typeorm documentation](https://typeorm.io/#/caching).

### How can an encrypted column be added to a table with data?

Expand Down

0 comments on commit 36c5054

Please sign in to comment.