larvitcms 3.0.34 → 3.0.35
Sign up to get free protection for your applications and to get access to all the features.
- package/dataWriter.js +1 -1
- package/package.json +1 -1
package/dataWriter.js
CHANGED
@@ -27,7 +27,7 @@ class DataWriter {
|
|
27
27
|
options.dbType = 'mariadb';
|
28
28
|
options.dbDriver = this.db;
|
29
29
|
options.tableName = 'cms_db_version';
|
30
|
-
options.
|
30
|
+
options.migrationScriptPath = __dirname + '/dbmigration';
|
31
31
|
const dbMigration = new DbMigration(options);
|
32
32
|
|
33
33
|
await dbMigration.run();
|