@hedhog/admin 0.0.35 → 0.0.36

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.35",
3
+ "version": "0.0.36",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -37,11 +37,13 @@ export class Migrate implements MigrationInterface {
37
37
  name: 'locale_id',
38
38
  type: 'int',
39
39
  unsigned: true,
40
+ isPrimary: true,
40
41
  },
41
42
  {
42
43
  name: 'group_id',
43
44
  type: 'int',
44
45
  unsigned: true,
46
+ isPrimary: true,
45
47
  },
46
48
  {
47
49
  name: 'name',