Skip to content

Commit

Permalink
sql: fix 003 downgrade
Browse files Browse the repository at this point in the history
I guess nobody ever had to use it, but the SQL query built isn't used
currently.

Fixes: bug #1186263

Change-Id: I81437beb65775d412ff1433617ee64eda6d6af61
Signed-off-by: Julien Danjou <julien@danjou.info>
  • Loading branch information
jd committed May 31, 2013
1 parent 92a7daa commit 2341a51
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ def downgrade(migrate_engine):
sql += "SET foreign_key_checks = 1;"
sql += "ALTER DATABASE %s DEFAULT CHARACTER SET latin1;" \
% migrate_engine.url.database
migrate_engine.execute(sql)

0 comments on commit 2341a51

Please sign in to comment.