Files
landscape-template/prisma/migrations/20220623155452_remove_unique_from_user_name/migration.sql
MTG2000 ed0a216cc3 fix: remove unique username constraint
removed the unique constraint for user name from the database schema

Fixes #46
2022-06-23 19:02:19 +03:00

3 lines
41 B
SQL

-- DropIndex
DROP INDEX "User_name_key";