@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
@@ -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',
|