comparison 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
comparison
equal deleted inserted replaced
7:65fd7d441cf1 8:bf99236cc5cd
1 ALTER TABLE "users" ADD failed_login timestamp with time zone DEFAULT NULL;
2 ALTER TABLE "users" ADD failed_login_counter integer DEFAULT NULL;