Skip to content

Commit

Permalink
build(database): target the pr branch when applying migrations (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel authored Jun 23, 2024
1 parent d569a94 commit 6097544
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
Warnings:
- You are about to drop the column `is_favorite` on the `folders` table. All the data in the column will be lost.
*/
-- DropIndex
DROP INDEX `folders_is_favorite_idx` ON `folders`;
Expand Down

0 comments on commit 6097544

Please sign in to comment.