Saylua-Archive / SayluaLegacy

Browser Game In Development
saylua.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Standardize key format to use IntegerProperties #36

Closed LikeMyBread closed 7 years ago

LikeMyBread commented 7 years ago

Right now we have some keys stored as string versions of the urlsafe keys, some stored as KeyProperties, and others stored as IntegerProperties. I'd like to get them all switched over to be stored as IntegerProperties for consistency and sanity.

tiffz commented 7 years ago

With the move to SQLAlchemy, this issue is no longer relevant.