Skip to content

Commit f2eef6d

Browse files
Anubhav SinghAnubhav Singh
authored andcommitted
fix: renumber migrations to resolve duplicate version 003
1 parent 89777bf commit f2eef6d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

backend/src/db/migrations/003_slippage_tolerance.down.sql renamed to backend/src/db/migrations/004_slippage_tolerance.down.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
-- Migration: 003_slippage_tolerance (down)
1+
-- Migration: 004_slippage_tolerance (down)
22
ALTER TABLE portfolios DROP COLUMN IF EXISTS slippage_tolerance;

backend/src/db/migrations/003_slippage_tolerance.up.sql renamed to backend/src/db/migrations/004_slippage_tolerance.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Migration: 003_slippage_tolerance (up)
1+
-- Migration: 004_slippage_tolerance (up)
22
-- Add slippage_tolerance to portfolios (0.5 - 5 percent, default 1).
33

44
ALTER TABLE portfolios
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)