Skip to content

Commit

Permalink
typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jan 30, 2017
1 parent 68242dc commit 1c52007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations.moon
Expand Up @@ -162,7 +162,7 @@ import create_table, types, drop_table, add_column, rename_column from require "
{"user_id", types.foreign_key}
{"title", types.text default: ""}
{"artwork", types.text default: "https://guard13007.com/static/img/aaa-1x1.png"}
{"description", types.text default ""}
{"description", types.text default: ""}
{"point_value", types.integer default: 0}
{"rating", types.integer default: 0}

Expand Down

0 comments on commit 1c52007

Please sign in to comment.