mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Fix ANSI quotes in migration
This commit is contained in:
parent
e0a19331c3
commit
da820ae3d7
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ export class AddTypeAndPermissionsToApiPermissions1573158035867 implements Migra
|
|||
|
||||
await queryRunner.query(`
|
||||
UPDATE api_permissions
|
||||
SET type="USER",
|
||||
permissions="EDIT_CONFIG"
|
||||
SET type='USER',
|
||||
permissions='EDIT_CONFIG'
|
||||
`);
|
||||
|
||||
await queryRunner.createIndex(
|
||||
|
|
Loading…
Add table
Reference in a new issue