transferred Code Ocean from original repository to GitHub
This commit is contained in:
5
db/migrate/20140825154202_drop_users.rb
Normal file
5
db/migrate/20140825154202_drop_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class DropUsers < ActiveRecord::Migration
|
||||
def change
|
||||
drop_table :users
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user