Fix according to PR

This commit is contained in:
Charles Bochet
2023-04-21 14:37:46 +02:00
parent c5f2850a3b
commit 678363d8fd
10 changed files with 39 additions and 18 deletions

View File

@ -0,0 +1 @@
alter table "public"."people" rename to "persons";

View File

@ -0,0 +1 @@
alter table "public"."persons" rename to "people";