sql.migration.V20150702021401__AddAuthCodeAttempts.sql Maven / Gradle / Ivy
The newest version!
alter table auth_codes add column attempts int not null default 0;
alter table auth_codes add column attempts int not null default 0;