Kyoso-Team / kyoso

A web application that takes osu! tournaments beyonds spreadsheets.
http://kyoso.sh
GNU Affero General Public License v3.0
1 stars 1 forks source link

Added citext pg type and changed some fields from varchar/text to citext #29

Closed ArtemOsuskyi closed 3 months ago

ArtemOsuskyi commented 3 months ago

Resolves #23

This PR introduces citext custom type to our database schemas for further using and two new migrations, which add postgres citext extension and changes datatype of fields mentioned in the issue from varchar/text to citext.

Demonstration: image image