Closed MarisiaS closed 8 months ago
This pull request addresses issue #30
Implementation
backend/SMMapp/migrations/0002_case_insensitive_collation.py Added a migration to introduce case-insensitive collation to our database.
Tests
Ran the following SQL query before and after applying the 0002 migration: SELECT * FROM pg_collation WHERE collname='case_insensitive';
This pull request addresses issue #30
Implementation
backend/SMMapp/migrations/0002_case_insensitive_collation.py Added a migration to introduce case-insensitive collation to our database.
Tests
Ran the following SQL query before and after applying the 0002 migration: SELECT * FROM pg_collation WHERE collname='case_insensitive';