Wolfgang Rittner

Results 3 issues of Wolfgang Rittner

Given this migration: ```ruby class CreateFoos < ActiveRecord::Migration[5.2] def change create_table :foos do |t| t.bigint :number t.references :user t.timestamps end add_index :foos, [:user_id, :number], unique: true end end ``` ####...

Hey there, we see our CI builds failing recently, and where able to pin down the issue to a change of the node version included with your cypress/included:12.1.0 image that...