Update PhpStorm settings
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4ecdb81721
commit
934f3ef2f8
3 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<templateSet group="Custom">
|
||||
<template name="lema-roles" value="UPDATE user SET roles = '["ROLE_ADMIN","ROLE_SUPERUSER"]' WHERE id = 101107;" toReformat="true" toShortenFQNames="true">
|
||||
<template name="lema-roles" value="UPDATE user SET roles = '["ROLE_ADMIN","ROLE_SUPERUSER"]' WHERE id = 101107;" description="" toReformat="true" toShortenFQNames="true">
|
||||
<context>
|
||||
<option name="SQL_STATEMENT" value="true" />
|
||||
<option name="SQL_STATEMENT_MEMSQL" value="true" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue