diff --git a/backend/src/main/resources/db-migration/R__00051_adapt_shelters_contacts.sql b/backend/src/main/resources/db-migration/R__00051_adapt_shelters_contacts.sql new file mode 100644 index 000000000..be584f1c5 --- /dev/null +++ b/backend/src/main/resources/db-migration/R__00051_adapt_shelters_contacts.sql @@ -0,0 +1,5 @@ +alter table shelters_contacts + alter column firstname drop not null; + +alter table shelters_contacts + alter column lastname drop not null;