@dbcube/core 5.2.8 → 5.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3017,6 +3017,7 @@ var TableProcessor = class {
|
|
|
3017
3017
|
case "mysql":
|
|
3018
3018
|
return generateMySQLQueries(nowColumns, oldColumns, tableName);
|
|
3019
3019
|
case "postgres":
|
|
3020
|
+
case "postgresql":
|
|
3020
3021
|
return generatePostgreSQLQueries(nowColumns, oldColumns, tableName);
|
|
3021
3022
|
case "sqlite":
|
|
3022
3023
|
return generateSQLiteQueries(nowSchema, oldSchema, tableName);
|