Mercurial > hg > rc2
view SQL/postgres/2015111100.sql @ 8:bf99236cc5cd default tip
try to recover from upgrade fail
author | Charlie Root |
---|---|
date | Sat, 29 Dec 2018 07:07:34 -0500 |
parents | |
children |
line wrap: on
line source
ALTER TABLE "users" ADD failed_login timestamp with time zone DEFAULT NULL; ALTER TABLE "users" ADD failed_login_counter integer DEFAULT NULL;