Skip to content

Commit

Permalink
feat(person): remove migraiton column from db
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreiradj committed Jun 18, 2024
1 parent e8fdc45 commit ca17fa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions person/migrations/20240618220205_remove_location_step_2.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Add migration script here
ALTER TABLE person
DROP COLUMN location;

0 comments on commit ca17fa4

Please # to comment.