Skip to content

Commit

Permalink
Update migrations.moon
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Oct 27, 2016
1 parent 9b96817 commit d6d33a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations.moon
Expand Up @@ -136,4 +136,6 @@ import create_table, types, drop_table, add_column, rename_column from require "
{"created_at", types.time}
{"updated_at", types.time}
}
[19]: =>
add_column "johns", "score", types.integer default: 0
}

0 comments on commit d6d33a7

Please sign in to comment.