diff --git a/person/migrations/20240618220205_remove_location_step_2.sql b/person/migrations/20240618220205_remove_location_step_2.sql new file mode 100644 index 0000000..4dc3dbf --- /dev/null +++ b/person/migrations/20240618220205_remove_location_step_2.sql @@ -0,0 +1,3 @@ +-- Add migration script here +ALTER TABLE person +DROP COLUMN location;