Add code templates

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-07-30 13:15:44 +02:00
parent 6c1553891e
commit f7a21144b8
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
15 changed files with 4574 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<templateSet group="Custom">
<template name="lema-roles" value="UPDATE user SET roles = '[&quot;ROLE_ADMIN&quot;,&quot;ROLE_SUPERUSER&quot;]' WHERE id = 101107;" toReformat="true" toShortenFQNames="true">
<context>
<option name="SQL_STATEMENT" value="true" />
<option name="SQL_STATEMENT_MEMSQL" value="true" />
<option name="SQL_STATEMENT_MYSQL" value="true" />
</context>
</template>
</templateSet>