Skip to content

Commit 686a58c

Browse files
authored
Update create_tables.sql
1 parent 597c132 commit 686a58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/gender_by_name/create_tables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ create unique index on depers.person_name_dictionary (lower(name));
5858
create index on depers.person_name_dictionary (lower(name_translit));
5959

6060
-- исправления в словаре имён
61-
update person_name_dictionary set gender = 'male' where name = 'Даня' and gender is null;
61+
update depers.person_name_dictionary set gender = 'male' where name = 'Даня' and gender is null;

0 commit comments

Comments
 (0)