Skip to content

Commit

Permalink
Test migrations on first deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
slorek committed Jun 5, 2024
1 parent 6eb01f4 commit 9ce97d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20240605124110_test_review_apps.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class TestReviewApps < ActiveRecord::Migration[7.0]
def change
puts "Migration test"
end
end

0 comments on commit 9ce97d7

Please sign in to comment.