Subject: | update schema for facebook_uid column |
New facebook keys are now over 13 characters.
Schema needs to be updated.
in lib/Jifty/Plugin/Authentication/Facebook/Mixin/Model/User.pm
column facebook_uid certainly needs to use text type.
Does "since" method can alter tables ?
A current workaround for running appligation is to ALTER Table with bigint:
for mysql: "alter table users modify facebook_uid bigint;"