We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597c132 commit 686a58cCopy full SHA for 686a58c
functions/gender_by_name/create_tables.sql
@@ -58,4 +58,4 @@ create unique index on depers.person_name_dictionary (lower(name));
58
create index on depers.person_name_dictionary (lower(name_translit));
59
60
-- исправления в словаре имён
61
-update person_name_dictionary set gender = 'male' where name = 'Даня' and gender is null;
+update depers.person_name_dictionary set gender = 'male' where name = 'Даня' and gender is null;
0 commit comments