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.
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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