#95: Id changes to models #99
Reference in New Issue
Block a user
Delete Branch "tsk-95"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Change the primary identifiers of models from containing the model name in it, to just the identifier. For example, the Song model's Identifier from SongID to Id. Additionally, do not capitalize the D in the ID.
Closes #95