Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix migrations to correct version (#229)
Browse files Browse the repository at this point in the history
* Rename 5_v0.5.17.down.sql to 5_v0.6.0.down.sql
* Rename 5_v0.5.17.up.sql to 5_v0.6.0.up.sql
  • Loading branch information
roneli authored Oct 26, 2021
1 parent 2d1652f commit 81f5910
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ DROP COLUMN "vpc_id";

--aws_elbv2_load_balancers
ALTER TABLE IF EXISTS "aws_elbv2_load_balancers"
DROP COLUMN "web_acl_arn";
DROP COLUMN "web_acl_arn";

0 comments on commit 81f5910

Please sign in to comment.