Commit 37b48012656f60a25e9f3af0b975f2aeffff3527

Authored by Antonio Terceiro
1 parent ad1d95f2

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,8 +75,9 @@ echo ' (e pressione ENTER para continuar)'
75 read INPUT 75 read INPUT
76 76
77 echo 'Applying empreendimento-solidario theme...' 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 echo 'Configurating template for person...' 82 echo 'Configurating template for person...'
82 script/runner 'env = Environment.default 83 script/runner 'env = Environment.default