Initial commit
This commit is contained in:
5
db/migrate/20181028000150_drop_authentications.rb
Normal file
5
db/migrate/20181028000150_drop_authentications.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class DropAuthentications < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
drop_table :authentications
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user