created a new profile field named 'city'
then tried to delete 'city'.
Yii generates:
ALTER TABLE tbl_profiles DROP `city`
which appears not to be supported in sqlite, at least not DROP.
This seems to be more of a Yii problem rather than the user extension problem
but I'm going to start here.
environment:
SQLite version 3.7.3
Mac OS X 10.6.5
yii-1.1.5.r2654 - Same error with both versions of yii!
yii-1.1.3.r2247
Original issue reported on code.google.com by oconnor...@gmail.com on 17 Nov 2010 at 4:27
Original issue reported on code.google.com by
oconnor...@gmail.com
on 17 Nov 2010 at 4:27