Skip to content

Commit

Permalink
#165 reset sql mode for mysql in add first/last name script
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Aug 22, 2016
1 parent c87f211 commit 8a34ace
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
-- along with alf.io. If not, see <http://www.gnu.org/licenses/>.
--

set @@sql_mode='';

-- event
alter table event add column version varchar(50);

Expand Down

0 comments on commit 8a34ace

Please sign in to comment.