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
This will create a new table migrations instead of using an existing table Migrations.
This is the same issue as described in clarkie/dynogels#125. If no explicit table name is provided, dynogels uses the first argument converted to lower case as the table name.
The text was updated successfully, but these errors were encountered:
christophgysin
added a commit
to christophgysin/node-umzug-dynamodb-storage
that referenced
this issue
Jun 6, 2019
When specifying a DynamoDB table name, it is converted to lowercase. This makes it impossible to refer to a table with a captial letter in the name.
This will create a new table
migrations
instead of using an existing tableMigrations
.This is the same issue as described in clarkie/dynogels#125. If no explicit table name is provided, dynogels uses the first argument converted to lower case as the table name.
The text was updated successfully, but these errors were encountered: