Commit 37b48012656f60a25e9f3af0b975f2aeffff3527
1 parent
ad1d95f2
Exists in
master
and in
29 other branches
ActionItem862: making portable SQL.
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
script/release-v0.13.0-ecosol
... | ... | @@ -75,8 +75,9 @@ echo ' (e pressione ENTER para continuar)' |
75 | 75 | read INPUT |
76 | 76 | |
77 | 77 | echo 'Applying empreendimento-solidario theme...' |
78 | -script/runner 'c = Enterprise.connection; | |
79 | - c.execute("UPDATE profiles SET theme = \"empreendimento-solidario\" WHERE type = \"Enterprise\"")' | |
78 | +script/runner "c = Enterprise.connection; | |
79 | + c.execute(\"UPDATE profiles SET theme = 'empreendimento-solidario' WHERE type = 'Enterprise'\") | |
80 | +" | |
80 | 81 | |
81 | 82 | echo 'Configurating template for person...' |
82 | 83 | script/runner 'env = Environment.default | ... | ... |