Fix note not showing if case mismatch in name

This wouldn't be a problem in the first case,
if there was a foreign key connection between
note and character tables.
Can't add that quite yet though.
This commit is contained in:
P0nk
2023-02-28 21:29:44 +01:00
parent 55e1f65bbd
commit b7c79800eb
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
CREATE DATABASE cosmic;
CREATE USER cosmic_admin WITH ENCRYPTED PASSWORD 'redsnailshell';
CREATE USER cosmic_admin WITH CREATEROLE ENCRYPTED PASSWORD 'redsnailshell';
GRANT ALL PRIVILEGES ON DATABASE cosmic TO cosmic_admin;
ALTER ROLE cosmic_admin WITH CREATEROLE;