Skip to content

Commit

Permalink
🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker committed Apr 25, 2024
1 parent cb15761 commit b5e7618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/migrate/20171104221735_create_passwordless_sessions.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

class CreatePasswordlessSessions < ActiveRecord::Migration
class CreatePasswordlessSessions < ActiveRecord::Migration[6.0]
def change
create_table(:passwordless_sessions) do |t|
t.belongs_to(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CreateUsersAndAdmins < ActiveRecord::Migration
class CreateUsersAndAdmins < ActiveRecord::Migration[6.0]
def change
create_table(:admins) do |t|
t.string(:email)
Expand Down

0 comments on commit b5e7618

Please sign in to comment.