sequelize-core-papandreou
Advanced tools
Comparing version 7.0.0-alpha.41-patch17 to 7.0.0-alpha.41-patch18
@@ -131,3 +131,3 @@ "use strict"; | ||
name: sourceKey, | ||
allowNull: Boolean(foreignKeyAttributeOptions?.allowNull) | ||
allowNull: foreignKeyAttributeOptions?.allowNull | ||
}); | ||
@@ -134,0 +134,0 @@ this.source.mergeAttributesDefault({ |
{ | ||
"name": "sequelize-core-papandreou", | ||
"description": "Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift, Snowflake’s Data Cloud, Db2, and IBM i. It features solid transaction support, relations, eager and lazy loading, read replication and more.", | ||
"version": "7.0.0-alpha.41-patch17", | ||
"version": "7.0.0-alpha.41-patch18", | ||
"funding": [ | ||
@@ -6,0 +6,0 @@ { |
Sorry, the diff of this file is not supported yet
3071026