Merge branch 'master' into singularity

This commit is contained in:
DarkPhoenix
2013-08-31 15:32:10 +04:00
5 changed files with 100 additions and 42 deletions

View File

@@ -30,6 +30,8 @@ characters_table = Table("characters", saveddata_meta,
Column("name", String, nullable = False),
Column("apiID", Integer),
Column("apiKey", String),
Column("defaultChar", Integer),
Column("chars", String, nullable = True),
Column("defaultLevel", Integer, nullable=True),
Column("ownerID", ForeignKey("users.ID"), nullable = True))