Skip to content

Commit

Permalink
Combined three migration files into one.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 committed Jun 27, 2023
1 parent f008d73 commit c6b3956
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
3 changes: 1 addition & 2 deletions db/migrate/20230213102539_create_third_party_apps.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class CreateThirdPartyApps < ActiveRecord::Migration[6.1]
def change
create_table :third_party_apps do |t|
t.string :ip_address
t.string :IPAddress
t.string :name
t.string :password
t.timestamps
end
end
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit c6b3956

Please sign in to comment.