@axiosleo/orm-mysql 0.12.2 → 0.12.3

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/bin/orm-mysql.js CHANGED
@@ -9,7 +9,7 @@ const app = new App({
9
9
  name: 'MySQL ORM CLI',
10
10
  desc: 'migrate, model, seed, etc.',
11
11
  bin: 'orm-mysql',
12
- version: '0.12.2',
12
+ version: '0.12.3',
13
13
  commands_dir: path.join(__dirname, '../commands'),
14
14
  });
15
15
 
package/index.d.ts CHANGED
@@ -653,7 +653,7 @@ export declare class MigrationInterface {
653
653
 
654
654
  dropColumn(columnName: string, tableName: string): void;
655
655
 
656
- dropIndex(indexName: string): void;
656
+ dropIndex(indexName: string, tableName: string): void;
657
657
 
658
658
  dropForeignKey(foreign_key: string, tableName: string): void;
659
659
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiosleo/orm-mysql",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "description": "MySQL ORM tool",
5
5
  "keywords": [
6
6
  "mysql",