RubyGems
npm
Organizations
Log in
Sign up
npm
@hedhog/admin
Versions diffs
0.0.55 → 0.0.56
@hedhog/admin 0.0.55 → 0.0.56
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/migrations/migrate-03.ts
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@hedhog/admin",
3
-
"version": "0.0.
55
",
3
+
"version": "0.0.
56
",
4
4
"private": false,
5
5
"main": "dist/index.js",
6
6
"scripts": {
package/src/migrations/migrate-03.ts
CHANGED
Viewed
@@ -60,7 +60,7 @@ export class Migrate implements MigrationInterface {
60
60
await queryRunner.manager
61
61
.createQueryBuilder()
62
62
.insert()
63
-
.into('multifactors', ['id'])
63
+
.into('multifactors', ['id'
, 'slug'
])
64
64
.values([
65
65
{
66
66
id: 1,