Skip to content

Commit

Permalink
Updated test migration [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Mar 12, 2024
1 parent 676635d commit d4fa9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/migrations/misc.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class ExecuteArbitrarySQL < TestMigration
def change
execute 'SELECT CURRENT_TIMESTAMP'
execute "SELECT 1"
end
end

Expand Down

0 comments on commit d4fa9f0

Please sign in to comment.