You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
We added easy access to your project id when you need to add it to your CI for example:
The snaplet seed command is now non-interactive when reading your seed.ts config file, you can directly indicate the table you want to exclude from seeding by using the same syntax as in transform.ts:
exportconstconfig={public: {AccessToken: false}}
You can still show the interactive prompt by using the --interactive option.
Bug Fixes
For releases 0.9.0, 0.10.0 and 0.11.0, ff you noticed one of the following issues while restoring a snapshot, these should now be fixed for you:
TypeError: Cannot read properties of null (reading 'stream')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey everyone! 👋
New things
snaplet seed
command is now non-interactive when reading yourseed.ts
config file, you can directly indicate the table you want to exclude from seeding by using the same syntax as intransform.ts
:You can still show the interactive prompt by using the
--interactive
option.Bug Fixes
0.9.0
,0.10.0
and0.11.0
, ff you noticed one of the following issues while restoring a snapshot, these should now be fixed for you:TypeError: Cannot read properties of null (reading 'stream')
Error: Connection terminated
Beta Was this translation helpful? Give feedback.
All reactions