Merge branch 'master' of https://github.com/dali99/stickerpack-dimension-migration-tool
This commit is contained in:
commit
ebba063695
1
main.js
1
main.js
@ -176,7 +176,6 @@ function generateMigration()
|
||||
var txt = "";
|
||||
document.getElementById("result").value = txt;
|
||||
txt += 'import { QueryInterface } from "sequelize";\n'
|
||||
txt += 'import { DataType } from "sequelize-typescript";\n'
|
||||
document.getElementById("result").value = txt;
|
||||
txt += 'export default {\n'
|
||||
+ ' up: (queryInterface: QueryInterface) => {\n'
|
||||
|
Loading…
Reference in New Issue
Block a user