HFIProgramming / NoticeBoardwith5.3

5.3 with profile
3 stars 4 forks source link

Be consistent with the various `used` columns #34

Closed yhylord closed 7 years ago

yhylord commented 7 years ago

In the change_vote_table migration:

$table->integer('show_result')->default(1); // 1 show 2 no

This doesn't make much sense. Why not 0 no 1 show? That's how integers work as booleans, and it's like this in previous migrations.

NeverBehave commented 7 years ago

😯 That's my bad. Hold on.

Johnny-Schultz commented 7 years ago

38 fixed