Skip to content

Commit 2baa356

Browse files
Fix migration class name
1 parent 598f3fc commit 2baa356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20221014183623_devise_create_ombu_labs_auth_users.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
class DeviseCreateUsers < ActiveRecord::Migration[7.0]
3+
class DeviseCreateOmbuLabsAuthUsers < ActiveRecord::Migration[7.0]
44
def change
55
create_table :users do |t|
66
## Database authenticatable

0 commit comments

Comments
 (0)