[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

column "crdate" of relation "ar" does not exist



Working in svn Revision: 6305
I get the following error when posting an ar transaction to an mostly
empty db:
ERROR: column "crdate" of relation "ar" does not exist
LINE 17: crdate = '2013-11-21',

I did a grep -r of the sql directory for 'crdate' and came up with nothing.
Doing a
ALTER TABLE ONLY ar ADD crdate date;
Fixes the issue.
Is there a file should be run on the database after a svn update?

Cheers
turtle