I have a table in an sqlite database that was created using the following class:
class Sentence(SQLObject): video = UnicodeCol(alternateID=True, default="", unique=True) lang1 = UnicodeCol(default="", unique=True) lang2 = UnicodeCol(default="") I now would like to remove the unique constraint on the 'lang1' column. How would I do this? Thanks. Best regards, Tim ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss