diff -r eb4a10b9b7aa -r 8f0cbce6d5f3 install/schemas/upgrade/1.1.1-1.1.2-postgresql.sql --- a/install/schemas/upgrade/1.1.1-1.1.2-postgresql.sql Sun Dec 06 21:54:55 2009 -0500 +++ b/install/schemas/upgrade/1.1.1-1.1.2-postgresql.sql Sun Dec 06 21:56:46 2009 -0500 @@ -35,3 +35,6 @@ (2, 'user_rank_mod', 'font-weight: bold; color: #00AA00;'), (3, 'user_rank_admin', 'font-weight: bold; color: #AA0000;'); +-- For some reason this is required, it came up in my QA testing on a2hosting +SELECT NEXTVAL('{{TABLE_PREFIX}}ranks_rank_id_seq'::regclass); +