rename user table to user_table to avoir postgresql keyword conflict
darcs-hash:20081109190705-86b55-036cd024b6e2e5c3871c256e794c60363915afa8.gz
This commit is contained in:
@@ -62,6 +62,9 @@ def mandatory_field(field_name, field_value):
|
||||
return field_value
|
||||
|
||||
class User(InheritableSQLObject):
|
||||
class sqlmeta:
|
||||
table = "user_table"
|
||||
|
||||
_connection = model.hub
|
||||
|
||||
jid = StringCol()
|
||||
|
||||
Reference in New Issue
Block a user