Remove extra empty lines in schema migration
This commit is contained in:
parent
53d9956961
commit
1b5055d0a6
@ -1,6 +1,5 @@
|
|||||||
class InitialSchema < ActiveRecord::Migration
|
class InitialSchema < ActiveRecord::Migration
|
||||||
def up
|
def up
|
||||||
|
|
||||||
create_table :playlists do |t|
|
create_table :playlists do |t|
|
||||||
t.integer :user_id
|
t.integer :user_id
|
||||||
t.string :name
|
t.string :name
|
||||||
@ -32,7 +31,6 @@ class InitialSchema < ActiveRecord::Migration
|
|||||||
end
|
end
|
||||||
|
|
||||||
add_index :users, :email, unique: true
|
add_index :users, :email, unique: true
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def down
|
def down
|
||||||
|
Loading…
x
Reference in New Issue
Block a user