@hedhog/admin 0.0.54 → 0.0.56

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -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,